#9CEFAA

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

Shades of Celadon #9CEFAA

Tints of Celadon #9CEFAA

Color information

#9CEFAA (or 0x9CEFAA) is unknown color: approx Celadon. HEX triplet: 9C, EF and AA. RGB value is (156,239,170). Sum of RGB (Red+Green+Blue) = 156+239+170=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEFAA is #631055. Grayscale: #CECECE. Windows color (decimal): -6492246 or 11202460. OLE color: 11202460.

HSL color Cylindrical-coordinate representation of color #9CEFAA: hue angle of 130.12º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFAA is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB156239170-
CMYK0.3500.290.06
HSL130.12º72.17%77.45%-
HSV(B)130.12º34.73%93.73%-
XYZ51.8371.749.14-
YUV206.32107.592.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=27.61%
G=42.30%
B=30.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562391700.3500.290.06130.1272.1777.45
Hex9CEFAA2301D682484d
Octal234357252430356202110115
Binary1001110011101111101010101000110111011101000001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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