#9DCEA3

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

Shades of Chinook #9DCEA3

Tints of Chinook #9DCEA3

Color information

#9DCEA3 (or 0x9DCEA3) is unknown color: approx Chinook. HEX triplet: 9D, CE and A3. RGB value is (157,206,163). Sum of RGB (Red+Green+Blue) = 157+206+163=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEA3 is #62315C. Grayscale: #BABABA. Windows color (decimal): -6435165 or 10735261. OLE color: 10735261.

HSL color Cylindrical-coordinate representation of color #9DCEA3: hue angle of 127.35º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEA3 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB157206163-
CMYK0.2400.210.19
HSL127.35º33.33%71.18%-
HSV(B)127.35º23.79%80.78%-
XYZ42.5953.9642.82-
YUV186.45114.77107-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=29.85%
G=39.16%
B=30.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061630.2400.210.19127.3533.3371.18
Hex9DCEA318015137f2147
Octal235316243300252317741107
Binary100111011100111010100011110000101011001111111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,163); }

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

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

 a { background-color: rgb(157,206,163); }

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

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

 span { border-color: rgb(157,206,163); }

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