#9FECB4

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

Shades of Celadon #9FECB4

Tints of Celadon #9FECB4

Color information

#9FECB4 (or 0x9FECB4) is unknown color: approx Celadon. HEX triplet: 9F, EC and B4. RGB value is (159,236,180). Sum of RGB (Red+Green+Blue) = 159+236+180=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECB4 is #60134B. Grayscale: #CECECE. Windows color (decimal): -6296396 or 11857055. OLE color: 11857055.

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

Color convert

RGB159236180-
CMYK0.3300.240.07
HSL136.36º66.96%77.45%-
HSV(B)136.36º32.63%92.55%-
XYZ52.5370.6654.05-
YUV206.59112.9994.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.65%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=27.65%
G=41.04%
B=31.30%

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
Decimal1592361800.3300.240.07136.3666.9677.45
Hex9FECB421018788434d
Octal237354264410307210103115
Binary1001111111101100101101001000010110001111000100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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