Html Css Color HEX #8AFEAF Mint Green

📋 copy color: '#8AFEAF'

red 138 ◦ green 254 ◦ blue 175

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

Shades of Mint Green #8AFEAF

Tints of Mint Green #8AFEAF

RGB

 RED value IS 138 (54.3% from 255) = 24.34%

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

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

R = 24.34%
G = 44.8%
B = 30.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#8AFEAF (or 0x8AFEAF) is known color: Mint Green. HEX triplet: 8A, FE and AF. RGB value is (138,254,175). Sum of RGB (Red+Green+Blue) = 138+254+175=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEAF is #750150. Grayscale: #D2D2D2. Windows color (decimal): -7668049 or 11533962. OLE color: 11533962.

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

Color convert

RGB 138 254 175 -
CMYK 0.46 0 0.31 0.00
HSL 139.14º 0.98% 0.77% -
HSV(B) 139.14º 0.46% 1% -
XYZ 53.66 79.38 53.05 -
YUV 210.31 108.07 76.42 -
System Red Green Blue C M Y K H S L
Decimal 138 254 175 0.46 0 0.31 0.00 139.14 0.98 0.77
Hex 8A FE AF 2E 0 1F 0 8B 62 4D
Octal 212 376 257 56 0 37 0 213 142 115
Binary 10001010 11111110 10101111 101110 0 11111 0 10001011 1100010 1001101

Color Harmonies of #8AFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEAF

Black with #8AFEAF

Text Example


Text Example

White with #8AFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AFEAF; }

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

 H1.HeaderClassName
 {
   color: #8AFEAF;
 }
 .AnyTagClassName
 {
   color: #8AFEAF;
 }
</style>

background-color css

<style>
 a { background-color: #8AFEAF; }

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

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

border-color css

<style>
 span { border-color: #8AFEAF; }

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

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