#99EAA5

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

Shades of Chinook #99EAA5

Tints of Chinook #99EAA5

Color information

#99EAA5 (or 0x99EAA5) is unknown color: approx Chinook. HEX triplet: 99, EA and A5. RGB value is (153,234,165). Sum of RGB (Red+Green+Blue) = 153+234+165=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EAA5 is #66155A. Grayscale: #CACACA. Windows color (decimal): -6690139 or 10873497. OLE color: 10873497.

HSL color Cylindrical-coordinate representation of color #99EAA5: hue angle of 128.89º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EAA5 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB153234165-
CMYK0.3500.290.08
HSL128.89º65.85%75.88%-
HSV(B)128.89º34.62%91.76%-
XYZ49.3568.3346.19-
YUV201.92107.1693.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=27.72%
G=42.39%
B=29.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532341650.3500.290.08128.8965.8575.88
Hex99EAA52301D881424c
Octal2313522454303510201102114
Binary10011001111010101010010110001101110110001000000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,234,165); }

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

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

 a { background-color: rgb(153,234,165); }

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

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

 span { border-color: rgb(153,234,165); }

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