#9DEEAA

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

Shades of Celadon #9DEEAA

Tints of Celadon #9DEEAA

Color information

#9DEEAA (or 0x9DEEAA) is unknown color: approx Celadon. HEX triplet: 9D, EE and AA. RGB value is (157,238,170). Sum of RGB (Red+Green+Blue) = 157+238+170=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEAA is #621155. Grayscale: #CECECE. Windows color (decimal): -6426966 or 11202205. OLE color: 11202205.

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

Color convert

RGB157238170-
CMYK0.3400.290.07
HSL129.63º70.43%77.45%-
HSV(B)129.63º34.03%93.33%-
XYZ51.7371.2249.05-
YUV206.03107.6693.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.79%
GREEN value IS 238 (93.36% from 255) = 42.12%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=27.79%
G=42.12%
B=30.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381700.3400.290.07129.6370.4377.45
Hex9DEEAA2201D782464d
Octal235356252420357202106115
Binary1001110111101110101010101000100111011111000001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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