#9FEBAB

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

Shades of Celadon #9FEBAB

Tints of Celadon #9FEBAB

Color information

#9FEBAB (or 0x9FEBAB) is unknown color: approx Celadon. HEX triplet: 9F, EB and AB. RGB value is (159,235,171). Sum of RGB (Red+Green+Blue) = 159+235+171=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBAB is #601454. Grayscale: #CDCDCD. Windows color (decimal): -6296661 or 11266975. OLE color: 11266975.

HSL color Cylindrical-coordinate representation of color #9FEBAB: hue angle of 129.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBAB is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB159235171-
CMYK0.3200.270.08
HSL129.47º65.52%77.25%-
HSV(B)129.47º32.34%92.16%-
XYZ51.3669.7349.28-
YUV204.98108.8295.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=28.14%
G=41.59%
B=30.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351710.3200.270.08129.4765.5277.25
Hex9FEBAB2001B881424d
Octal2373532534003310201102115
Binary10011111111010111010101110000001101110001000000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,171); }

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

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

 a { background-color: rgb(159,235,171); }

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

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

 span { border-color: rgb(159,235,171); }

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