Html Css Color HEX #99CEA1 Chinook

📋 copy color: '#99CEA1'

red 153 ◦ green 206 ◦ blue 161

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

Shades of Chinook #99CEA1

Tints of Chinook #99CEA1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 29.42%
G = 39.62%
B = 30.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#99CEA1 (or 0x99CEA1) is known color: Chinook. HEX triplet: 99, CE and A1. RGB value is (153,206,161). Sum of RGB (Red+Green+Blue) = 153+206+161=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEA1 is #66315E. Grayscale: #B9B9B9. Windows color (decimal): -6697311 or 10604185. OLE color: 10604185.

HSL color Cylindrical-coordinate representation of color #99CEA1: hue angle of 129.06º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEA1 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 206 161 -
CMYK 0.26 0 0.22 0.19
HSL 129.06º 0.35% 0.7% -
HSV(B) 129.06º 0.26% 0.81% -
XYZ 41.64 53.49 41.85 -
YUV 185.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 153 206 161 0.26 0 0.22 0.19 129.06 0.35 0.7
Hex 99 CE A1 1A 0 16 13 81 23 46
Octal 231 316 241 32 0 26 23 201 43 106
Binary 10011001 11001110 10100001 11010 0 10110 10011 10000001 100011 1000110

Color Harmonies of #99CEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CEA1

Black with #99CEA1

Text Example


Text Example

White with #99CEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,206,161); }

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

background-color css

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

 a { background-color: rgb(153,206,161); }

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

border-color css

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

 span { border-color: rgb(153,206,161); }

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