#9EECA6

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

Shades of Celadon #9EECA6

Tints of Celadon #9EECA6

Color information

#9EECA6 (or 0x9EECA6) is unknown color: approx Celadon. HEX triplet: 9E, EC and A6. RGB value is (158,236,166). Sum of RGB (Red+Green+Blue) = 158+236+166=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EECA6 is #611359. Grayscale: #CCCCCC. Windows color (decimal): -6361946 or 10939550. OLE color: 10939550.

HSL color Cylindrical-coordinate representation of color #9EECA6: hue angle of 126.15º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECA6 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB158236166-
CMYK0.3300.300.07
HSL126.15º67.24%77.25%-
HSV(B)126.15º33.05%92.55%-
XYZ50.9870.0146.9-
YUV204.7106.1694.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=28.21%
G=42.14%
B=29.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582361660.3300.300.07126.1567.2477.25
Hex9EECA62101E77e434d
Octal236354246410367176103115
Binary100111101110110010100110100001011110111111111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,236,166); }

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

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

 a { background-color: rgb(158,236,166); }

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

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

 span { border-color: rgb(158,236,166); }

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