#9EF3AB

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

Shades of Celadon #9EF3AB

Tints of Celadon #9EF3AB

Color information

#9EF3AB (or 0x9EF3AB) is unknown color: approx Celadon. HEX triplet: 9E, F3 and AB. RGB value is (158,243,171). Sum of RGB (Red+Green+Blue) = 158+243+171=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF3AB is #610C54. Grayscale: #D1D1D1. Windows color (decimal): -6360149 or 11269022. OLE color: 11269022.

HSL color Cylindrical-coordinate representation of color #9EF3AB: hue angle of 129.18º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3AB is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB158243171-
CMYK0.3500.300.05
HSL129.18º77.98%78.63%-
HSV(B)129.18º34.98%95.29%-
XYZ53.574.3150.05-
YUV209.38106.3491.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 243 (95.31% from 255) = 42.48%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=27.62%
G=42.48%
B=29.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582431710.3500.300.05129.1877.9878.63
Hex9EF3AB2301E5814e4f
Octal236363253430365201116117
Binary1001111011110011101010111000110111101011000000110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,243,171); }

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

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

 a { background-color: rgb(158,243,171); }

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

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

 span { border-color: rgb(158,243,171); }

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