Html Css Color HEX #99CFA9 Chinook

📋 copy color: '#99CFA9'

red 153 ◦ green 207 ◦ blue 169

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

Shades of Chinook #99CFA9

Tints of Chinook #99CFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.13%

 BLUE value IS 169 (66.41% from 255) = 31.95%

R = 28.92%
G = 39.13%
B = 31.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#99CFA9 (or 0x99CFA9) is known color: Chinook. HEX triplet: 99, CF and A9. RGB value is (153,207,169). Sum of RGB (Red+Green+Blue) = 153+207+169=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFA9 is #663056. Grayscale: #BABABA. Windows color (decimal): -6697047 or 11128729. OLE color: 11128729.

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

Color convert

RGB 153 207 169 -
CMYK 0.26 0 0.18 0.19
HSL 137.78º 0.36% 0.71% -
HSV(B) 137.78º 0.26% 0.81% -
XYZ 42.61 54.26 45.76 -
YUV 186.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 153 207 169 0.26 0 0.18 0.19 137.78 0.36 0.71
Hex 99 CF A9 1A 0 12 13 8A 24 47
Octal 231 317 251 32 0 22 23 212 44 107
Binary 10011001 11001111 10101001 11010 0 10010 10011 10001010 100100 1000111

Color Harmonies of #99CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CFA9

Black with #99CFA9

Text Example


Text Example

White with #99CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,169); }

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

background-color css

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

 a { background-color: rgb(153,207,169); }

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

border-color css

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

 span { border-color: rgb(153,207,169); }

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