Html Css Color HEX #86EDDD Aquamarine

📋 copy color: '#86EDDD'

red 134 ◦ green 237 ◦ blue 221

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

Shades of Aquamarine #86EDDD

Tints of Aquamarine #86EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.03%

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 22.64%
G = 40.03%
B = 37.33%

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

#86EDDD (or 0x86EDDD) is known color: Aquamarine. HEX triplet: 86, ED and DD. RGB value is (134,237,221). Sum of RGB (Red+Green+Blue) = 134+237+221=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDDD is #791222. Grayscale: #CCCCCC. Windows color (decimal): -7934499 or 14544262. OLE color: 14544262.

HSL color Cylindrical-coordinate representation of color #86EDDD: hue angle of 170.68º degrees, saturation: 0.74, 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 #86EDDD is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 237 221 -
CMYK 0.43 0 0.07 0.07
HSL 170.68º 0.74% 0.73% -
HSV(B) 170.68º 0.43% 0.93% -
XYZ 53.17 70.86 79.28 -
YUV 204.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 134 237 221 0.43 0 0.07 0.07 170.68 0.74 0.73
Hex 86 ED DD 2B 0 7 7 AB 4A 49
Octal 206 355 335 53 0 7 7 253 112 111
Binary 10000110 11101101 11011101 101011 0 111 111 10101011 1001010 1001001

Color Harmonies of #86EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EDDD

Black with #86EDDD

Text Example


Text Example

White with #86EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,237,221); }

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

background-color css

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

 a { background-color: rgb(134,237,221); }

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

border-color css

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

 span { border-color: rgb(134,237,221); }

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