Html Css Color HEX #86F6D5 Aquamarine

📋 copy color: '#86F6D5'

red 134 ◦ green 246 ◦ blue 213

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

Shades of Aquamarine #86F6D5

Tints of Aquamarine #86F6D5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.48%

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 22.6%
G = 41.48%
B = 35.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#86F6D5 (or 0x86F6D5) is known color: Aquamarine. HEX triplet: 86, F6 and D5. RGB value is (134,246,213). Sum of RGB (Red+Green+Blue) = 134+246+213=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F6D5 is #79092A. Grayscale: #D0D0D0. Windows color (decimal): -7932203 or 14022278. OLE color: 14022278.

HSL color Cylindrical-coordinate representation of color #86F6D5: hue angle of 162.32º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F6D5 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 246 213 -
CMYK 0.46 0 0.13 0.04
HSL 162.32º 0.86% 0.75% -
HSV(B) 162.32º 0.46% 0.96% -
XYZ 54.8 75.78 74.69 -
YUV 208.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 134 246 213 0.46 0 0.13 0.04 162.32 0.86 0.75
Hex 86 F6 D5 2E 0 D 4 A2 56 4B
Octal 206 366 325 56 0 15 4 242 126 113
Binary 10000110 11110110 11010101 101110 0 1101 100 10100010 1010110 1001011

Color Harmonies of #86F6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F6D5

Black with #86F6D5

Text Example


Text Example

White with #86F6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,246,213); }

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

background-color css

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

 a { background-color: rgb(134,246,213); }

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

border-color css

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

 span { border-color: rgb(134,246,213); }

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