Html Css Color HEX #86EED2 Aquamarine

📋 copy color: '#86EED2'

red 134 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #86EED2

Tints of Aquamarine #86EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.89%

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 23.02%
G = 40.89%
B = 36.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#86EED2 (or 0x86EED2) is known color: Aquamarine. HEX triplet: 86, EE and D2. RGB value is (134,238,210). Sum of RGB (Red+Green+Blue) = 134+238+210=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #86EED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EED2 is #79112D. Grayscale: #CBCBCB. Windows color (decimal): -7934254 or 13823622. OLE color: 13823622.

HSL color Cylindrical-coordinate representation of color #86EED2: hue angle of 163.85º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EED2 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 210 -
CMYK 0.44 0 0.12 0.07
HSL 163.85º 0.75% 0.73% -
HSV(B) 163.85º 0.44% 0.93% -
XYZ 52.04 70.87 71.91 -
YUV 203.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 134 238 210 0.44 0 0.12 0.07 163.85 0.75 0.73
Hex 86 EE D2 2C 0 C 7 A4 4B 49
Octal 206 356 322 54 0 14 7 244 113 111
Binary 10000110 11101110 11010010 101100 0 1100 111 10100100 1001011 1001001

Color Harmonies of #86EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EED2

Black with #86EED2

Text Example


Text Example

White with #86EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,238,210); }

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

background-color css

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

 a { background-color: rgb(134,238,210); }

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

border-color css

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

 span { border-color: rgb(134,238,210); }

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