#9DEEAE

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

Shades of Celadon #9DEEAE

Tints of Celadon #9DEEAE

Color information

#9DEEAE (or 0x9DEEAE) is unknown color: approx Celadon. HEX triplet: 9D, EE and AE. RGB value is (157,238,174). Sum of RGB (Red+Green+Blue) = 157+238+174=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEAE is #621151. Grayscale: #CECECE. Windows color (decimal): -6426962 or 11464349. OLE color: 11464349.

HSL color Cylindrical-coordinate representation of color #9DEEAE: hue angle of 132.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEAE is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB157238174-
CMYK0.3400.270.07
HSL132.59º70.43%77.45%-
HSV(B)132.59º34.03%93.33%-
XYZ52.1271.3751.07-
YUV206.48109.6692.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.59%
GREEN value IS 238 (93.36% from 255) = 41.83%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=27.59%
G=41.83%
B=30.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381740.3400.270.07132.5970.4377.45
Hex9DEEAE2201B785464d
Octal235356256420337205106115
Binary1001110111101110101011101000100110111111000010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,174); }

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

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

 a { background-color: rgb(157,238,174); }

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

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

 span { border-color: rgb(157,238,174); }

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