#99D6AA

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

Shades of Chinook #99D6AA

Tints of Chinook #99D6AA

Color information

#99D6AA (or 0x99D6AA) is unknown color: approx Chinook. HEX triplet: 99, D6 and AA. RGB value is (153,214,170). Sum of RGB (Red+Green+Blue) = 153+214+170=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D6AA is #662955. Grayscale: #BEBEBE. Windows color (decimal): -6695254 or 11196057. OLE color: 11196057.

HSL color Cylindrical-coordinate representation of color #99D6AA: hue angle of 136.72º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6AA is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB153214170-
CMYK0.2900.210.16
HSL136.72º42.66%71.96%-
HSV(B)136.72º28.5%83.92%-
XYZ44.4457.7746.84-
YUV190.74116.29101.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.49%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=28.49%
G=39.85%
B=31.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141700.2900.210.16136.7242.6671.96
Hex99D6AA1D01510892b48
Octal231326252350252021153110
Binary1001100111010110101010101110101010110000100010011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,214,170); }

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

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

 a { background-color: rgb(153,214,170); }

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

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

 span { border-color: rgb(153,214,170); }

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