Html Css Color HEX #86ECDB Aquamarine

📋 copy color: '#86ECDB'

red 134 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #86ECDB

Tints of Aquamarine #86ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.07%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 22.75%
G = 40.07%
B = 37.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#86ECDB (or 0x86ECDB) is known color: Aquamarine. HEX triplet: 86, EC and DB. RGB value is (134,236,219). Sum of RGB (Red+Green+Blue) = 134+236+219=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECDB is #791324. Grayscale: #CBCBCB. Windows color (decimal): -7934757 or 14412934. OLE color: 14412934.

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

Color convert

RGB 134 236 219 -
CMYK 0.43 0 0.07 0.07
HSL 170º 0.73% 0.73% -
HSV(B) 170º 0.43% 0.93% -
XYZ 52.61 70.17 77.79 -
YUV 203.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 134 236 219 0.43 0 0.07 0.07 170 0.73 0.73
Hex 86 EC DB 2B 0 7 7 AA 49 49
Octal 206 354 333 53 0 7 7 252 111 111
Binary 10000110 11101100 11011011 101011 0 111 111 10101010 1001001 1001001

Color Harmonies of #86ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ECDB

Black with #86ECDB

Text Example


Text Example

White with #86ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,236,219); }

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

background-color css

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

 a { background-color: rgb(134,236,219); }

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

border-color css

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

 span { border-color: rgb(134,236,219); }

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