Html Css Color HEX #99E0AE Chinook

📋 copy color: '#99E0AE'

red 153 ◦ green 224 ◦ blue 174

#99E0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #99E0AE

Tints of Chinook #99E0AE

RGB

 RED value IS 153 (60.16% from 255) = 27.77%

 GREEN value IS 224 (87.89% from 255) = 40.65%

 BLUE value IS 174 (68.36% from 255) = 31.58%

R = 27.77%
G = 40.65%
B = 31.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#99E0AE (or 0x99E0AE) is known color: Chinook. HEX triplet: 99, E0 and AE. RGB value is (153,224,174). Sum of RGB (Red+Green+Blue) = 153+224+174=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E0AE is #661F51. Grayscale: #C5C5C5. Windows color (decimal): -6692690 or 11460761. OLE color: 11460761.

HSL color Cylindrical-coordinate representation of color #99E0AE: hue angle of 137.75º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E0AE is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 224 174 -
CMYK 0.32 0 0.22 0.12
HSL 137.75º 0.53% 0.74% -
HSV(B) 137.75º 0.32% 0.88% -
XYZ 47.43 63.14 49.73 -
YUV 197.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 153 224 174 0.32 0 0.22 0.12 137.75 0.53 0.74
Hex 99 E0 AE 20 0 16 C 8A 35 4A
Octal 231 340 256 40 0 26 14 212 65 112
Binary 10011001 11100000 10101110 100000 0 10110 1100 10001010 110101 1001010

Color Harmonies of #99E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E0AE

Black with #99E0AE

Text Example


Text Example

White with #99E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,224,174); }

 H1.HeaderClassName
 {
   color: #99E0AE;
 }
 .AnyTagClassName
 {
   color: #99E0AE;
 }
</style>

background-color css

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

 a { background-color: rgb(153,224,174); }

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

border-color css

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

 span { border-color: rgb(153,224,174); }

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