#9EE8AF

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

Shades of Celadon #9EE8AF

Tints of Celadon #9EE8AF

Color information

#9EE8AF (or 0x9EE8AF) is unknown color: approx Celadon. HEX triplet: 9E, E8 and AF. RGB value is (158,232,175). Sum of RGB (Red+Green+Blue) = 158+232+175=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE8AF is #611750. Grayscale: #CBCBCB. Windows color (decimal): -6362961 or 11528350. OLE color: 11528350.

HSL color Cylindrical-coordinate representation of color #9EE8AF: hue angle of 133.78º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8AF is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB158232175-
CMYK0.3200.250.09
HSL133.78º61.67%76.47%-
HSV(B)133.78º31.9%90.98%-
XYZ50.768.0851.03-
YUV203.38111.9895.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=27.96%
G=41.06%
B=30.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582321750.3200.250.09133.7861.6776.47
Hex9EE8AF200199863e4c
Octal236350257400311120676114
Binary1001111011101000101011111000000110011001100001101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,232,175); }

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

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

 a { background-color: rgb(158,232,175); }

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

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

 span { border-color: rgb(158,232,175); }

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