#9CECAD

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

Shades of Celadon #9CECAD

Tints of Celadon #9CECAD

Color information

#9CECAD (or 0x9CECAD) is unknown color: approx Celadon. HEX triplet: 9C, EC and AD. RGB value is (156,236,173). Sum of RGB (Red+Green+Blue) = 156+236+173=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAD is #631352. Grayscale: #CDCDCD. Windows color (decimal): -6493011 or 11398300. OLE color: 11398300.

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

Color convert

RGB156236173-
CMYK0.3400.270.07
HSL132.75º67.8%76.86%-
HSV(B)132.75º33.9%92.55%-
XYZ51.2570.0850.36-
YUV204.911093.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=27.61%
G=41.77%
B=30.62%

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
Decimal1562361730.3400.270.07132.7567.876.86
Hex9CECAD2201B785444d
Octal234354255420337205104115
Binary1001110011101100101011011000100110111111000010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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