#9DDCB0

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

Shades of Chinook #9DDCB0

Tints of Chinook #9DDCB0

Color information

#9DDCB0 (or 0x9DDCB0) is unknown color: approx Chinook. HEX triplet: 9D, DC and B0. RGB value is (157,220,176). Sum of RGB (Red+Green+Blue) = 157+220+176=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCB0 is #62234F. Grayscale: #C4C4C4. Windows color (decimal): -6431568 or 11590813. OLE color: 11590813.

HSL color Cylindrical-coordinate representation of color #9DDCB0: hue angle of 138.1º 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 #9DDCB0 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB157220176-
CMYK0.2900.20.14
HSL138.1º47.37%73.92%-
HSV(B)138.1º28.64%86.27%-
XYZ47.3361.4950.45-
YUV196.15116.63100.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=28.39%
G=39.78%
B=31.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201760.2900.20.14138.147.3773.92
Hex9DDCB01D014E8a2f4a
Octal235334260350241621257112
Binary100111011101110010110000111010101001110100010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,176); }

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

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

 a { background-color: rgb(157,220,176); }

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

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

 span { border-color: rgb(157,220,176); }

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