#9CEEAA

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

Shades of Celadon #9CEEAA

Tints of Celadon #9CEEAA

Color information

#9CEEAA (or 0x9CEEAA) is unknown color: approx Celadon. HEX triplet: 9C, EE and AA. RGB value is (156,238,170). Sum of RGB (Red+Green+Blue) = 156+238+170=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEEAA is #631155. Grayscale: #CDCDCD. Windows color (decimal): -6492502 or 11202204. OLE color: 11202204.

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

Color convert

RGB156238170-
CMYK0.3400.290.07
HSL130.24º70.69%77.25%-
HSV(B)130.24º34.45%93.33%-
XYZ51.5471.1249.04-
YUV205.73107.8392.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 238 (93.36% from 255) = 42.20%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=27.66%
G=42.20%
B=30.14%

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
Decimal1562381700.3400.290.07130.2470.6977.25
Hex9CEEAA2201D782474d
Octal234356252420357202107115
Binary1001110011101110101010101000100111011111000001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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