#9DECB2

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

Shades of Celadon #9DECB2

Tints of Celadon #9DECB2

Color information

#9DECB2 (or 0x9DECB2) is unknown color: approx Celadon. HEX triplet: 9D, EC and B2. RGB value is (157,236,178). Sum of RGB (Red+Green+Blue) = 157+236+178=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECB2 is #62134D. Grayscale: #CDCDCD. Windows color (decimal): -6427470 or 11725981. OLE color: 11725981.

HSL color Cylindrical-coordinate representation of color #9DECB2: hue angle of 135.95º 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 #9DECB2 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB157236178-
CMYK0.3300.250.07
HSL135.95º67.52%77.06%-
HSV(B)135.95º33.47%92.55%-
XYZ51.9470.3752.97-
YUV205.77112.3393.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.50%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=27.50%
G=41.33%
B=31.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572361780.3300.250.07135.9567.5277.06
Hex9DECB221019788444d
Octal235354262410317210104115
Binary1001110111101100101100101000010110011111000100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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