#9FEEB0

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

Shades of Celadon #9FEEB0

Tints of Celadon #9FEEB0

Color information

#9FEEB0 (or 0x9FEEB0) is unknown color: approx Celadon. HEX triplet: 9F, EE and B0. RGB value is (159,238,176). Sum of RGB (Red+Green+Blue) = 159+238+176=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEEB0 is #60114F. Grayscale: #CFCFCF. Windows color (decimal): -6295888 or 11595423. OLE color: 11595423.

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

Color convert

RGB159238176-
CMYK0.3300.260.07
HSL132.91º69.91%77.84%-
HSV(B)132.91º33.19%93.33%-
XYZ52.7171.6552.13-
YUV207.31110.3393.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=27.75%
G=41.54%
B=30.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592381760.3300.260.07132.9169.9177.84
Hex9FEEB02101A785464e
Octal237356260410327205106116
Binary1001111111101110101100001000010110101111000010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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