#94CE9F

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

Shades of Chinook #94CE9F

Tints of Chinook #94CE9F

Color information

#94CE9F (or 0x94CE9F) is unknown color: approx Chinook. HEX triplet: 94, CE and 9F. RGB value is (148,206,159). Sum of RGB (Red+Green+Blue) = 148+206+159=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE9F is #6B3160. Grayscale: #B7B7B7. Windows color (decimal): -7024993 or 10473108. OLE color: 10473108.

HSL color Cylindrical-coordinate representation of color #94CE9F: hue angle of 131.38º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CE9F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB148206159-
CMYK0.2800.230.19
HSL131.38º37.18%69.41%-
HSV(B)131.38º28.16%80.78%-
XYZ40.5452.9440.88-
YUV183.3114.28102.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=28.85%
G=40.16%
B=30.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061590.2800.230.19131.3837.1869.41
Hex94CE9F1C01713832545
Octal224316237340272320345105
Binary1001010011001110100111111110001011110011100000111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,159); }

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

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

 a { background-color: rgb(148,206,159); }

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

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

 span { border-color: rgb(148,206,159); }

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