Html Css Color HEX #86FFB0 Mint Green

📋 copy color: '#86FFB0'

red 134 ◦ green 255 ◦ blue 176

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

Shades of Mint Green #86FFB0

Tints of Mint Green #86FFB0

RGB

 RED value IS 134 (52.73% from 255) = 23.72%

 GREEN value IS 255 (100% from 255) = 45.13%

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

R = 23.72%
G = 45.13%
B = 31.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#86FFB0 (or 0x86FFB0) is known color: Mint Green. HEX triplet: 86, FF and B0. RGB value is (134,255,176). Sum of RGB (Red+Green+Blue) = 134+255+176=565 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.72% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFB0 is #79004F. Grayscale: #D2D2D2. Windows color (decimal): -7929936 or 11599750. OLE color: 11599750.

HSL color Cylindrical-coordinate representation of color #86FFB0: hue angle of 140.83º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFB0 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 176 -
CMYK 0.47 0 0.31 0
HSL 140.83º 1% 0.76% -
HSV(B) 140.83º 0.47% 1% -
XYZ 53.43 79.72 53.65 -
YUV 209.82 108.91 73.92 -
System Red Green Blue C M Y K H S L
Decimal 134 255 176 0.47 0 0.31 0 140.83 1 0.76
Hex 86 FF B0 2F 0 1F 0 8D 64 4C
Octal 206 377 260 57 0 37 0 215 144 114
Binary 10000110 11111111 10110000 101111 0 11111 0 10001101 1100100 1001100

Color Harmonies of #86FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FFB0

Black with #86FFB0

Text Example


Text Example

White with #86FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86FFB0; }

 p { color: rgb(134,255,176); }

 H1.HeaderClassName
 {
   color: #86FFB0;
 }
 .AnyTagClassName
 {
   color: #86FFB0;
 }
</style>

background-color css

<style>
 a { background-color: #86FFB0; }

 a { background-color: rgb(134,255,176); }

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

border-color css

<style>
 span { border-color: #86FFB0; }

 span { border-color: rgb(134,255,176); }

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