#9CECB1

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

Shades of Celadon #9CECB1

Tints of Celadon #9CECB1

Color information

#9CECB1 (or 0x9CECB1) is unknown color: approx Celadon. HEX triplet: 9C, EC and B1. RGB value is (156,236,177). Sum of RGB (Red+Green+Blue) = 156+236+177=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECB1 is #63134E. Grayscale: #CDCDCD. Windows color (decimal): -6493007 or 11660444. OLE color: 11660444.

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

Color convert

RGB156236177-
CMYK0.3400.250.07
HSL135.75º67.8%76.86%-
HSV(B)135.75º33.9%92.55%-
XYZ51.6470.2352.43-
YUV205.3511292.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.42%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=27.42%
G=41.48%
B=31.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562361770.3400.250.07135.7567.876.86
Hex9CECB122019788444d
Octal234354261420317210104115
Binary1001110011101100101100011000100110011111000100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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