Html Css Color HEX #86EFD1 Aquamarine

📋 copy color: '#86EFD1'

red 134 ◦ green 239 ◦ blue 209

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

Shades of Aquamarine #86EFD1

Tints of Aquamarine #86EFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 23.02%
G = 41.07%
B = 35.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#86EFD1 (or 0x86EFD1) is known color: Aquamarine. HEX triplet: 86, EF and D1. RGB value is (134,239,209). Sum of RGB (Red+Green+Blue) = 134+239+209=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFD1 is #79102E. Grayscale: #CCCCCC. Windows color (decimal): -7933999 or 13758342. OLE color: 13758342.

HSL color Cylindrical-coordinate representation of color #86EFD1: hue angle of 162.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFD1 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 239 209 -
CMYK 0.44 0 0.13 0.06
HSL 162.86º 0.77% 0.73% -
HSV(B) 162.86º 0.44% 0.94% -
XYZ 52.21 71.4 71.35 -
YUV 204.19 130.71 77.94 -
System Red Green Blue C M Y K H S L
Decimal 134 239 209 0.44 0 0.13 0.06 162.86 0.77 0.73
Hex 86 EF D1 2C 0 D 6 A3 4D 49
Octal 206 357 321 54 0 15 6 243 115 111
Binary 10000110 11101111 11010001 101100 0 1101 110 10100011 1001101 1001001

Color Harmonies of #86EFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EFD1

Black with #86EFD1

Text Example


Text Example

White with #86EFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,239,209); }

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

background-color css

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

 a { background-color: rgb(134,239,209); }

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

border-color css

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

 span { border-color: rgb(134,239,209); }

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