#9CECAB

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

Shades of Celadon #9CECAB

Tints of Celadon #9CECAB

Color information

#9CECAB (or 0x9CECAB) is unknown color: approx Celadon. HEX triplet: 9C, EC and AB. RGB value is (156,236,171). Sum of RGB (Red+Green+Blue) = 156+236+171=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAB is #631354. Grayscale: #CCCCCC. Windows color (decimal): -6493013 or 11267228. OLE color: 11267228.

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

Color convert

RGB156236171-
CMYK0.3400.280.07
HSL131.25º67.8%76.86%-
HSV(B)131.25º33.9%92.55%-
XYZ51.067049.35-
YUV204.6710993.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=27.71%
G=41.92%
B=30.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562361710.3400.280.07131.2567.876.86
Hex9CECAB2201C783444d
Octal234354253420347203104115
Binary1001110011101100101010111000100111001111000001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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