Html Css Color HEX #86EED4 Aquamarine

📋 copy color: '#86EED4'

red 134 ◦ green 238 ◦ blue 212

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

Shades of Aquamarine #86EED4

Tints of Aquamarine #86EED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 22.95%
G = 40.75%
B = 36.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#86EED4 (or 0x86EED4) is known color: Aquamarine. HEX triplet: 86, EE and D4. RGB value is (134,238,212). Sum of RGB (Red+Green+Blue) = 134+238+212=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #86EED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EED4 is #79112B. Grayscale: #CBCBCB. Windows color (decimal): -7934252 or 13954694. OLE color: 13954694.

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

Color convert

RGB 134 238 212 -
CMYK 0.44 0 0.11 0.07
HSL 165º 0.75% 0.73% -
HSV(B) 165º 0.44% 0.93% -
XYZ 52.29 70.97 73.23 -
YUV 203.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 134 238 212 0.44 0 0.11 0.07 165 0.75 0.73
Hex 86 EE D4 2C 0 B 7 A5 4B 49
Octal 206 356 324 54 0 13 7 245 113 111
Binary 10000110 11101110 11010100 101100 0 1011 111 10100101 1001011 1001001

Color Harmonies of #86EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EED4

Black with #86EED4

Text Example


Text Example

White with #86EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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