#9FECB5

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

Shades of Celadon #9FECB5

Tints of Celadon #9FECB5

Color information

#9FECB5 (or 0x9FECB5) is unknown color: approx Celadon. HEX triplet: 9F, EC and B5. RGB value is (159,236,181). Sum of RGB (Red+Green+Blue) = 159+236+181=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECB5 is #60134A. Grayscale: #CECECE. Windows color (decimal): -6296395 or 11922591. OLE color: 11922591.

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

Color convert

RGB159236181-
CMYK0.3300.230.07
HSL137.14º66.96%77.45%-
HSV(B)137.14º32.63%92.55%-
XYZ52.6370.754.59-
YUV206.71113.4993.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.60%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=27.60%
G=40.97%
B=31.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592361810.3300.230.07137.1466.9677.45
Hex9FECB521017789434d
Octal237354265410277211103115
Binary1001111111101100101101011000010101111111000100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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