#9FECB0

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

Shades of Celadon #9FECB0

Tints of Celadon #9FECB0

Color information

#9FECB0 (or 0x9FECB0) is unknown color: approx Celadon. HEX triplet: 9F, EC and B0. RGB value is (159,236,176). Sum of RGB (Red+Green+Blue) = 159+236+176=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECB0 is #60134F. Grayscale: #CECECE. Windows color (decimal): -6296400 or 11594911. OLE color: 11594911.

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

Color convert

RGB159236176-
CMYK0.3300.250.07
HSL133.25º66.96%77.45%-
HSV(B)133.25º32.63%92.55%-
XYZ52.1370.551.93-
YUV206.14110.9994.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=27.85%
G=41.33%
B=30.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592361760.3300.250.07133.2566.9677.45
Hex9FECB021019785434d
Octal237354260410317205103115
Binary1001111111101100101100001000010110011111000010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,236,176); }

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

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

 a { background-color: rgb(159,236,176); }

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

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

 span { border-color: rgb(159,236,176); }

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