#9DECB3

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

Shades of Celadon #9DECB3

Tints of Celadon #9DECB3

Color information

#9DECB3 (or 0x9DECB3) is unknown color: approx Celadon. HEX triplet: 9D, EC and B3. RGB value is (157,236,179). Sum of RGB (Red+Green+Blue) = 157+236+179=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECB3 is #62134C. Grayscale: #CECECE. Windows color (decimal): -6427469 or 11791517. OLE color: 11791517.

HSL color Cylindrical-coordinate representation of color #9DECB3: hue angle of 136.71º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECB3 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB157236179-
CMYK0.3300.240.07
HSL136.71º67.52%77.06%-
HSV(B)136.71º33.47%92.55%-
XYZ52.0470.4153.5-
YUV205.88112.8393.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=27.45%
G=41.26%
B=31.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572361790.3300.240.07136.7167.5277.06
Hex9DECB321018789444d
Octal235354263410307211104115
Binary1001110111101100101100111000010110001111000100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,179); }

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

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

 a { background-color: rgb(157,236,179); }

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

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

 span { border-color: rgb(157,236,179); }

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