#9FEFB0

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

Shades of Celadon #9FEFB0

Tints of Celadon #9FEFB0

Color information

#9FEFB0 (or 0x9FEFB0) is unknown color: approx Celadon. HEX triplet: 9F, EF and B0. RGB value is (159,239,176). Sum of RGB (Red+Green+Blue) = 159+239+176=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFB0 is #60104F. Grayscale: #D0D0D0. Windows color (decimal): -6295632 or 11595679. OLE color: 11595679.

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

Color convert

RGB159239176-
CMYK0.3300.260.06
HSL132.75º71.43%78.04%-
HSV(B)132.75º33.47%93.73%-
XYZ5372.2452.22-
YUV207.911093.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.70%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 176 (69.14% from 255) = 30.66%
R=27.70%
G=41.64%
B=30.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391760.3300.260.06132.7571.4378.04
Hex9FEFB02101A685474e
Octal237357260410326205107116
Binary1001111111101111101100001000010110101101000010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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