#9EEDAD

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

Shades of Celadon #9EEDAD

Tints of Celadon #9EEDAD

Color information

#9EEDAD (or 0x9EEDAD) is unknown color: approx Celadon. HEX triplet: 9E, ED and AD. RGB value is (158,237,173). Sum of RGB (Red+Green+Blue) = 158+237+173=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDAD is #611252. Grayscale: #CECECE. Windows color (decimal): -6361683 or 11398558. OLE color: 11398558.

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

Color convert

RGB158237173-
CMYK0.3300.270.07
HSL131.39º68.7%77.45%-
HSV(B)131.39º33.33%92.94%-
XYZ51.9370.8550.47-
YUV206.08109.3393.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=27.82%
G=41.73%
B=30.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582371730.3300.270.07131.3968.777.45
Hex9EEDAD2101B783454d
Octal236355255410337203105115
Binary1001111011101101101011011000010110111111000001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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