Html Css Color HEX #86F5DC Aquamarine

📋 copy color: '#86F5DC'

red 134 ◦ green 245 ◦ blue 220

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

Shades of Aquamarine #86F5DC

Tints of Aquamarine #86F5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.9%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 22.37%
G = 40.9%
B = 36.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#86F5DC (or 0x86F5DC) is known color: Aquamarine. HEX triplet: 86, F5 and DC. RGB value is (134,245,220). Sum of RGB (Red+Green+Blue) = 134+245+220=599 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.37% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5DC is #790A23. Grayscale: #D0D0D0. Windows color (decimal): -7932452 or 14480774. OLE color: 14480774.

HSL color Cylindrical-coordinate representation of color #86F5DC: hue angle of 166.49º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F5DC is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 245 220 -
CMYK 0.45 0 0.10 0.04
HSL 166.49º 0.85% 0.74% -
HSV(B) 166.49º 0.45% 0.96% -
XYZ 55.4 75.54 79.37 -
YUV 208.96 134.23 74.53 -
System Red Green Blue C M Y K H S L
Decimal 134 245 220 0.45 0 0.10 0.04 166.49 0.85 0.74
Hex 86 F5 DC 2D 0 A 4 A6 55 4A
Octal 206 365 334 55 0 12 4 246 125 112
Binary 10000110 11110101 11011100 101101 0 1010 100 10100110 1010101 1001010

Color Harmonies of #86F5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F5DC

Black with #86F5DC

Text Example


Text Example

White with #86F5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,245,220); }

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

background-color css

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

 a { background-color: rgb(134,245,220); }

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

border-color css

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

 span { border-color: rgb(134,245,220); }

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