#9CDDB0

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

Shades of Chinook #9CDDB0

Tints of Chinook #9CDDB0

Color information

#9CDDB0 (or 0x9CDDB0) is unknown color: approx Chinook. HEX triplet: 9C, DD and B0. RGB value is (156,221,176). Sum of RGB (Red+Green+Blue) = 156+221+176=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDB0 is #63224F. Grayscale: #C4C4C4. Windows color (decimal): -6496848 or 11591068. OLE color: 11591068.

HSL color Cylindrical-coordinate representation of color #9CDDB0: hue angle of 138.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDB0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB156221176-
CMYK0.2900.200.13
HSL138.46º48.87%73.92%-
HSV(B)138.46º29.41%86.67%-
XYZ47.461.9250.53-
YUV196.44116.4799.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.21%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=28.21%
G=39.96%
B=31.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211760.2900.200.13138.4648.8773.92
Hex9CDDB01D014D8a314a
Octal234335260350241521261112
Binary100111001101110110110000111010101001101100010101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,176); }

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

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

 a { background-color: rgb(156,221,176); }

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

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

 span { border-color: rgb(156,221,176); }

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