Html Css Color HEX #86F5DA Aquamarine

📋 copy color: '#86F5DA'

red 134 ◦ green 245 ◦ blue 218

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

Shades of Aquamarine #86F5DA

Tints of Aquamarine #86F5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 22.45%
G = 41.04%
B = 36.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#86F5DA (or 0x86F5DA) is known color: Aquamarine. HEX triplet: 86, F5 and DA. RGB value is (134,245,218). Sum of RGB (Red+Green+Blue) = 134+245+218=597 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.45% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5DA is #790A25. Grayscale: #D0D0D0. Windows color (decimal): -7932454 or 14349702. OLE color: 14349702.

HSL color Cylindrical-coordinate representation of color #86F5DA: hue angle of 165.41º 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 #86F5DA is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 245 218 -
CMYK 0.45 0 0.11 0.04
HSL 165.41º 0.85% 0.74% -
HSV(B) 165.41º 0.45% 0.96% -
XYZ 55.14 75.44 77.98 -
YUV 208.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 134 245 218 0.45 0 0.11 0.04 165.41 0.85 0.74
Hex 86 F5 DA 2D 0 B 4 A5 55 4A
Octal 206 365 332 55 0 13 4 245 125 112
Binary 10000110 11110101 11011010 101101 0 1011 100 10100101 1010101 1001010

Color Harmonies of #86F5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F5DA

Black with #86F5DA

Text Example


Text Example

White with #86F5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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