#9DFAB5

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

Shades of Celadon #9DFAB5

Tints of Celadon #9DFAB5

Color information

#9DFAB5 (or 0x9DFAB5) is unknown color: approx Celadon. HEX triplet: 9D, FA and B5. RGB value is (157,250,181). Sum of RGB (Red+Green+Blue) = 157+250+181=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFAB5 is #62054A. Grayscale: #D6D6D6. Windows color (decimal): -6423883 or 11926173. OLE color: 11926173.

HSL color Cylindrical-coordinate representation of color #9DFAB5: hue angle of 135.48º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFAB5 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB157250181-
CMYK0.3700.280.02
HSL135.48º90.29%79.8%-
HSV(B)135.48º37.2%98.04%-
XYZ56.4378.8855.97-
YUV214.33109.1987.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=26.70%
G=42.52%
B=30.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501810.3700.280.02135.4890.2979.8
Hex9DFAB52501C2875a50
Octal235372265450342207132120
Binary100111011111101010110101100101011100101000011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,250,181); }

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

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

 a { background-color: rgb(157,250,181); }

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

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

 span { border-color: rgb(157,250,181); }

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