#9EFAB6

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

Shades of Celadon #9EFAB6

Tints of Celadon #9EFAB6

Color information

#9EFAB6 (or 0x9EFAB6) is unknown color: approx Celadon. HEX triplet: 9E, FA and B6. RGB value is (158,250,182). Sum of RGB (Red+Green+Blue) = 158+250+182=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFAB6 is #610549. Grayscale: #D6D6D6. Windows color (decimal): -6358346 or 11991710. OLE color: 11991710.

HSL color Cylindrical-coordinate representation of color #9EFAB6: hue angle of 135.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFAB6 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB158250182-
CMYK0.3700.270.02
HSL135.65º90.2%80%-
HSV(B)135.65º36.8%98.04%-
XYZ56.7379.0256.52-
YUV214.74109.5287.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=26.78%
G=42.37%
B=30.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582501820.3700.270.02135.6590.280
Hex9EFAB62501B2885a50
Octal236372266450332210132120
Binary100111101111101010110110100101011011101000100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,250,182); }

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

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

 a { background-color: rgb(158,250,182); }

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

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

 span { border-color: rgb(158,250,182); }

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