#9EECB3

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

Shades of Celadon #9EECB3

Tints of Celadon #9EECB3

Color information

#9EECB3 (or 0x9EECB3) is unknown color: approx Celadon. HEX triplet: 9E, EC and B3. RGB value is (158,236,179). Sum of RGB (Red+Green+Blue) = 158+236+179=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECB3 is #61134C. Grayscale: #CECECE. Windows color (decimal): -6361933 or 11791518. OLE color: 11791518.

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

Color convert

RGB158236179-
CMYK0.3300.240.07
HSL136.15º67.24%77.25%-
HSV(B)136.15º33.05%92.55%-
XYZ52.2370.5153.51-
YUV206.18112.6693.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=27.57%
G=41.19%
B=31.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582361790.3300.240.07136.1567.2477.25
Hex9EECB321018788434d
Octal236354263410307210103115
Binary1001111011101100101100111000010110001111000100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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