#9CDBA8

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

Shades of Chinook #9CDBA8

Tints of Chinook #9CDBA8

Color information

#9CDBA8 (or 0x9CDBA8) is unknown color: approx Chinook. HEX triplet: 9C, DB and A8. RGB value is (156,219,168). Sum of RGB (Red+Green+Blue) = 156+219+168=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA8 is #632457. Grayscale: #C2C2C2. Windows color (decimal): -6497368 or 11066268. OLE color: 11066268.

HSL color Cylindrical-coordinate representation of color #9CDBA8: hue angle of 131.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBA8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB156219168-
CMYK0.2900.230.14
HSL131.43º46.67%73.53%-
HSV(B)131.43º28.77%85.88%-
XYZ46.1160.5646.3-
YUV194.35113.13100.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=28.73%
G=40.33%
B=30.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191680.2900.230.14131.4346.6773.53
Hex9CDBA81D017E832f4a
Octal234333250350271620357112
Binary100111001101101110101000111010101111110100000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDBA8; }

 p { color: rgb(156,219,168); }

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

<style>
 a { background-color: #9CDBA8; }

 a { background-color: rgb(156,219,168); }

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

<style>
 span { border-color: #9CDBA8; }

 span { border-color: rgb(156,219,168); }

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