Html Css Color HEX #99CA9E Chinook

📋 copy color: '#99CA9E'

red 153 ◦ green 202 ◦ blue 158

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

Shades of Chinook #99CA9E

Tints of Chinook #99CA9E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.38%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 29.82%
G = 39.38%
B = 30.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#99CA9E (or 0x99CA9E) is known color: Chinook. HEX triplet: 99, CA and 9E. RGB value is (153,202,158). Sum of RGB (Red+Green+Blue) = 153+202+158=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA9E is #663561. Grayscale: #B6B6B6. Windows color (decimal): -6698338 or 10406553. OLE color: 10406553.

HSL color Cylindrical-coordinate representation of color #99CA9E: hue angle of 126.12º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CA9E is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 202 158 -
CMYK 0.24 0 0.22 0.21
HSL 126.12º 0.32% 0.7% -
HSV(B) 126.12º 0.24% 0.79% -
XYZ 40.43 51.48 40.15 -
YUV 182.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 153 202 158 0.24 0 0.22 0.21 126.12 0.32 0.7
Hex 99 CA 9E 18 0 16 15 7E 20 46
Octal 231 312 236 30 0 26 25 176 40 106
Binary 10011001 11001010 10011110 11000 0 10110 10101 1111110 100000 1000110

Color Harmonies of #99CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CA9E

Black with #99CA9E

Text Example


Text Example

White with #99CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,202,158); }

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

background-color css

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

 a { background-color: rgb(153,202,158); }

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

border-color css

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

 span { border-color: rgb(153,202,158); }

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