#9CECAC

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

Shades of Celadon #9CECAC

Tints of Celadon #9CECAC

Color information

#9CECAC (or 0x9CECAC) is unknown color: approx Celadon. HEX triplet: 9C, EC and AC. RGB value is (156,236,172). Sum of RGB (Red+Green+Blue) = 156+236+172=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAC is #631353. Grayscale: #CCCCCC. Windows color (decimal): -6493012 or 11332764. OLE color: 11332764.

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

Color convert

RGB156236172-
CMYK0.3400.270.07
HSL132º67.8%76.86%-
HSV(B)132º33.9%92.55%-
XYZ51.1570.0449.85-
YUV204.78109.593.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=27.66%
G=41.84%
B=30.50%

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
Decimal1562361720.3400.270.0713267.876.86
Hex9CECAC2201B784444d
Octal234354254420337204104115
Binary1001110011101100101011001000100110111111000010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,236,172); }

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

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

 a { background-color: rgb(156,236,172); }

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

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

 span { border-color: rgb(156,236,172); }

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