#9EFCB7

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

Shades of Celadon #9EFCB7

Tints of Celadon #9EFCB7

Color information

#9EFCB7 (or 0x9EFCB7) is unknown color: approx Celadon. HEX triplet: 9E, FC and B7. RGB value is (158,252,183). Sum of RGB (Red+Green+Blue) = 158+252+183=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCB7 is #610348. Grayscale: #D8D8D8. Windows color (decimal): -6357833 or 12057758. OLE color: 12057758.

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

Color convert

RGB158252183-
CMYK0.3700.270.01
HSL135.96º94%80.39%-
HSV(B)135.96º37.3%98.82%-
XYZ57.4680.3157.27-
YUV216.03109.3686.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.64%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=26.64%
G=42.50%
B=30.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582521830.3700.270.01135.969480.39
Hex9EFCB72501B1885e50
Octal236374267450331210136120
Binary10011110111111001011011110010101101111000100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,252,183); }

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

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

 a { background-color: rgb(158,252,183); }

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

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

 span { border-color: rgb(158,252,183); }

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