Html Css Color HEX #9EFEAF Mint Green

📋 copy color: '#9EFEAF'

red 158 ◦ green 254 ◦ blue 175

#9EFEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #9EFEAF

Tints of Mint Green #9EFEAF

RGB

 RED value IS 158 (62.11% from 255) = 26.92%

 GREEN value IS 254 (99.61% from 255) = 43.27%

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 26.92%
G = 43.27%
B = 29.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#9EFEAF (or 0x9EFEAF) is known color: Mint Green. HEX triplet: 9E, FE and AF. RGB value is (158,254,175). Sum of RGB (Red+Green+Blue) = 158+254+175=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFEAF is #610150. Grayscale: #D8D8D8. Windows color (decimal): -6357329 or 11533982. OLE color: 11533982.

HSL color Cylindrical-coordinate representation of color #9EFEAF: hue angle of 130.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEAF is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 254 175 -
CMYK 0.38 0 0.31 0.00
HSL 130.63º 0.98% 0.81% -
HSV(B) 130.63º 0.38% 1% -
XYZ 57.28 81.25 53.22 -
YUV 216.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 158 254 175 0.38 0 0.31 0.00 130.63 0.98 0.81
Hex 9E FE AF 26 0 1F 0 83 62 51
Octal 236 376 257 46 0 37 0 203 142 121
Binary 10011110 11111110 10101111 100110 0 11111 0 10000011 1100010 1010001

Color Harmonies of #9EFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFEAF

Black with #9EFEAF

Text Example


Text Example

White with #9EFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EFEAF;
 }
 .AnyTagClassName
 {
   color: #9EFEAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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