#9DEFB1

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

Shades of Celadon #9DEFB1

Tints of Celadon #9DEFB1

Color information

#9DEFB1 (or 0x9DEFB1) is unknown color: approx Celadon. HEX triplet: 9D, EF and B1. RGB value is (157,239,177). Sum of RGB (Red+Green+Blue) = 157+239+177=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEFB1 is #62104E. Grayscale: #CFCFCF. Windows color (decimal): -6426703 or 11661213. OLE color: 11661213.

HSL color Cylindrical-coordinate representation of color #9DEFB1: hue angle of 134.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFB1 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB157239177-
CMYK0.3400.260.06
HSL134.63º71.93%77.65%-
HSV(B)134.63º34.31%93.73%-
XYZ52.7172.0852.73-
YUV207.41110.8392.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 239 (93.75% from 255) = 41.71%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=27.40%
G=41.71%
B=30.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572391770.3400.260.06134.6371.9377.65
Hex9DEFB12201A687484e
Octal235357261420326207110116
Binary1001110111101111101100011000100110101101000011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,177); }

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

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

 a { background-color: rgb(157,239,177); }

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

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

 span { border-color: rgb(157,239,177); }

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