#9DDBA3

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

Shades of Chinook #9DDBA3

Tints of Chinook #9DDBA3

Color information

#9DDBA3 (or 0x9DDBA3) is unknown color: approx Chinook. HEX triplet: 9D, DB and A3. RGB value is (157,219,163). Sum of RGB (Red+Green+Blue) = 157+219+163=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA3 is #62245C. Grayscale: #C2C2C2. Windows color (decimal): -6431837 or 10738589. OLE color: 10738589.

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

Color convert

RGB157219163-
CMYK0.2800.260.14
HSL125.81º46.27%73.73%-
HSV(B)125.81º28.31%85.88%-
XYZ45.8560.4843.91-
YUV194.08110.46101.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 163 (64.06% from 255) = 30.24%
R=29.13%
G=40.63%
B=30.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191630.2800.260.14125.8146.2773.73
Hex9DDBA31C01AE7e2e4a
Octal235333243340321617656112
Binary10011101110110111010001111100011010111011111101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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