Html Css Color HEX #8AFEB0 Mint Green

📋 copy color: '#8AFEB0'

red 138 ◦ green 254 ◦ blue 176

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

Shades of Mint Green #8AFEB0

Tints of Mint Green #8AFEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 24.3%
G = 44.72%
B = 30.99%

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

#8AFEB0 (or 0x8AFEB0) is known color: Mint Green. HEX triplet: 8A, FE and B0. RGB value is (138,254,176). Sum of RGB (Red+Green+Blue) = 138+254+176=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEB0 is #75014F. Grayscale: #D2D2D2. Windows color (decimal): -7668048 or 11599498. OLE color: 11599498.

HSL color Cylindrical-coordinate representation of color #8AFEB0: hue angle of 139.66º 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 #8AFEB0 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 176 -
CMYK 0.46 0 0.31 0.00
HSL 139.66º 0.98% 0.77% -
HSV(B) 139.66º 0.46% 1% -
XYZ 53.76 79.42 53.57 -
YUV 210.42 108.57 76.34 -
System Red Green Blue C M Y K H S L
Decimal 138 254 176 0.46 0 0.31 0.00 139.66 0.98 0.77
Hex 8A FE B0 2E 0 1F 0 8C 62 4D
Octal 212 376 260 56 0 37 0 214 142 115
Binary 10001010 11111110 10110000 101110 0 11111 0 10001100 1100010 1001101

Color Harmonies of #8AFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEB0

Black with #8AFEB0

Text Example


Text Example

White with #8AFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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