#9CDBAE

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

Shades of Chinook #9CDBAE

Tints of Chinook #9CDBAE

Color information

#9CDBAE (or 0x9CDBAE) is unknown color: approx Chinook. HEX triplet: 9C, DB and AE. RGB value is (156,219,174). Sum of RGB (Red+Green+Blue) = 156+219+174=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBAE is #632451. Grayscale: #C3C3C3. Windows color (decimal): -6497362 or 11459484. OLE color: 11459484.

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

Color convert

RGB156219174-
CMYK0.2900.210.14
HSL137.14º46.67%73.53%-
HSV(B)137.14º28.77%85.88%-
XYZ46.6860.7949.32-
YUV195.03116.13100.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=28.42%
G=39.89%
B=31.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191740.2900.210.14137.1446.6773.53
Hex9CDBAE1D015E892f4a
Octal234333256350251621157112
Binary100111001101101110101110111010101011110100010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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