#99E8AC

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

Shades of Chinook #99E8AC

Tints of Chinook #99E8AC

Color information

#99E8AC (or 0x99E8AC) is unknown color: approx Chinook. HEX triplet: 99, E8 and AC. RGB value is (153,232,172). Sum of RGB (Red+Green+Blue) = 153+232+172=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #99E8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99E8AC is #661753. Grayscale: #C9C9C9. Windows color (decimal): -6690644 or 11331737. OLE color: 11331737.

HSL color Cylindrical-coordinate representation of color #99E8AC: hue angle of 134.43º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E8AC is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB153232172-
CMYK0.3400.260.09
HSL134.43º63.2%75.49%-
HSV(B)134.43º34.05%90.98%-
XYZ49.4467.4649.45-
YUV201.54111.3393.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=27.47%
G=41.65%
B=30.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532321720.3400.260.09134.4363.275.49
Hex99E8AC2201A9863f4b
Octal231350254420321120677113
Binary1001100111101000101011001000100110101001100001101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E8AC; }

 p { color: rgb(153,232,172); }

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

<style>
 a { background-color: #99E8AC; }

 a { background-color: rgb(153,232,172); }

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

<style>
 span { border-color: #99E8AC; }

 span { border-color: rgb(153,232,172); }

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