#9FEBB4

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

Shades of Celadon #9FEBB4

Tints of Celadon #9FEBB4

Color information

#9FEBB4 (or 0x9FEBB4) is unknown color: approx Celadon. HEX triplet: 9F, EB and B4. RGB value is (159,235,180). Sum of RGB (Red+Green+Blue) = 159+235+180=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBB4 is #60144B. Grayscale: #CECECE. Windows color (decimal): -6296652 or 11856799. OLE color: 11856799.

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

Color convert

RGB159235180-
CMYK0.3200.230.08
HSL136.58º65.52%77.25%-
HSV(B)136.58º32.34%92.16%-
XYZ52.2470.0853.95-
YUV206.01113.3294.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.70%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=27.70%
G=40.94%
B=31.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351800.3200.230.08136.5865.5277.25
Hex9FEBB420017889424d
Octal2373532644002710211102115
Binary10011111111010111011010010000001011110001000100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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