#99D6AC

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

Shades of Chinook #99D6AC

Tints of Chinook #99D6AC

Color information

#99D6AC (or 0x99D6AC) is unknown color: approx Chinook. HEX triplet: 99, D6 and AC. RGB value is (153,214,172). Sum of RGB (Red+Green+Blue) = 153+214+172=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D6AC is #662953. Grayscale: #BFBFBF. Windows color (decimal): -6695252 or 11327129. OLE color: 11327129.

HSL color Cylindrical-coordinate representation of color #99D6AC: hue angle of 138.69º 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 #99D6AC is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB153214172-
CMYK0.2900.200.16
HSL138.69º42.66%71.96%-
HSV(B)138.69º28.5%83.92%-
XYZ44.6357.8447.84-
YUV190.97117.29100.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=28.39%
G=39.70%
B=31.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141720.2900.200.16138.6942.6671.96
Hex99D6AC1D014108b2b48
Octal231326254350242021353110
Binary1001100111010110101011001110101010010000100010111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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