#99EAAC

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

Shades of Chinook #99EAAC

Tints of Chinook #99EAAC

Color information

#99EAAC (or 0x99EAAC) is unknown color: approx Chinook. HEX triplet: 99, EA and AC. RGB value is (153,234,172). Sum of RGB (Red+Green+Blue) = 153+234+172=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EAAC is #661553. Grayscale: #CACACA. Windows color (decimal): -6690132 or 11332249. OLE color: 11332249.

HSL color Cylindrical-coordinate representation of color #99EAAC: hue angle of 134.07º 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 #99EAAC is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB153234172-
CMYK0.3500.260.08
HSL134.07º65.85%75.88%-
HSV(B)134.07º34.62%91.76%-
XYZ50.0168.649.63-
YUV202.71110.6692.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=27.37%
G=41.86%
B=30.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532341720.3500.260.08134.0765.8575.88
Hex99EAAC2301A886424c
Octal2313522544303210206102114
Binary10011001111010101010110010001101101010001000011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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