#9EEDB3

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

Shades of Celadon #9EEDB3

Tints of Celadon #9EEDB3

Color information

#9EEDB3 (or 0x9EEDB3) is unknown color: approx Celadon. HEX triplet: 9E, ED and B3. RGB value is (158,237,179). Sum of RGB (Red+Green+Blue) = 158+237+179=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDB3 is #61124C. Grayscale: #CECECE. Windows color (decimal): -6361677 or 11791774. OLE color: 11791774.

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

Color convert

RGB158237179-
CMYK0.3300.240.07
HSL135.95º68.7%77.45%-
HSV(B)135.95º33.33%92.94%-
XYZ52.5271.0953.6-
YUV206.77112.3393.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.53%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=27.53%
G=41.29%
B=31.18%

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
Decimal1582371790.3300.240.07135.9568.777.45
Hex9EEDB321018788454d
Octal236355263410307210105115
Binary1001111011101101101100111000010110001111000100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,179); }

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

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

 a { background-color: rgb(158,237,179); }

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

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

 span { border-color: rgb(158,237,179); }

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