#9CEAAC

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

Shades of Celadon #9CEAAC

Tints of Celadon #9CEAAC

Color information

#9CEAAC (or 0x9CEAAC) is unknown color: approx Celadon. HEX triplet: 9C, EA and AC. RGB value is (156,234,172). Sum of RGB (Red+Green+Blue) = 156+234+172=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEAAC is #631553. Grayscale: #CBCBCB. Windows color (decimal): -6493524 or 11332252. OLE color: 11332252.

HSL color Cylindrical-coordinate representation of color #9CEAAC: hue angle of 132.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEAAC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB156234172-
CMYK0.3300.260.08
HSL132.31º65%76.47%-
HSV(B)132.31º33.33%91.76%-
XYZ50.5868.8949.66-
YUV203.61110.1694.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=27.76%
G=41.64%
B=30.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562341720.3300.260.08132.316576.47
Hex9CEAAC2101A884414c
Octal2343522544103210204101114
Binary10011100111010101010110010000101101010001000010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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