#94C69C

Color #94C69C Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #94C69C

Tints of Chinook #94C69C

Color information

#94C69C (or 0x94C69C) is unknown color: approx Chinook. HEX triplet: 94, C6 and 9C. RGB value is (148,198,156). Sum of RGB (Red+Green+Blue) = 148+198+156=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #94C69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C69C is #6B3963. Grayscale: #B2B2B2. Windows color (decimal): -7027044 or 10274452. OLE color: 10274452.

HSL color Cylindrical-coordinate representation of color #94C69C: hue angle of 129.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C69C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB148198156-
CMYK0.2500.210.22
HSL129.6º30.49%67.84%-
HSV(B)129.6º25.25%77.65%-
XYZ38.4149.0838.9-
YUV178.26115.44106.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=29.48%
G=39.44%
B=31.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981560.2500.210.22129.630.4967.84
Hex94C69C1901516821e44
Octal224306234310252620236104
Binary100101001100011010011100110010101011011010000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C69C; }

 p { color: rgb(148,198,156); }

 H1.HeaderClassName
 {
   color: #94C69C;
 }
 .AnyTagClassName
 {
   color: #94C69C;
 }
</style>
background-color css

<style>
 a { background-color: #94C69C; }

 a { background-color: rgb(148,198,156); }

 div.DivClassName
 {
   background-color: #94C69C;
 }
 .BgClassName
 {
   background-color: #94C69C;
 }
</style>
border-color css

<style>
 span { border-color: #94C69C; }

 span { border-color: rgb(148,198,156); }

 td.TdClassName
 {
   border-color: #94C69C;
 }
 .TagClassName
 {
   border-color: #94C69C;
 }
</style>