Html Css Color HEX #86FEDF Aquamarine

📋 copy color: '#86FEDF'

red 134 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #86FEDF

Tints of Aquamarine #86FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.57%

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 21.93%
G = 41.57%
B = 36.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#86FEDF (or 0x86FEDF) is known color: Aquamarine. HEX triplet: 86, FE and DF. RGB value is (134,254,223). Sum of RGB (Red+Green+Blue) = 134+254+223=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEDF is #790120. Grayscale: #D6D6D6. Windows color (decimal): -7930145 or 14679686. OLE color: 14679686.

HSL color Cylindrical-coordinate representation of color #86FEDF: hue angle of 164.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEDF is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 254 223 -
CMYK 0.47 0 0.12 0.00
HSL 164.5º 0.98% 0.76% -
HSV(B) 164.5º 0.47% 1% -
XYZ 58.59 81.28 82.41 -
YUV 214.59 132.74 70.52 -
System Red Green Blue C M Y K H S L
Decimal 134 254 223 0.47 0 0.12 0.00 164.5 0.98 0.76
Hex 86 FE DF 2F 0 C 0 A4 62 4C
Octal 206 376 337 57 0 14 0 244 142 114
Binary 10000110 11111110 11011111 101111 0 1100 0 10100100 1100010 1001100

Color Harmonies of #86FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FEDF

Black with #86FEDF

Text Example


Text Example

White with #86FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,254,223); }

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

background-color css

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

 a { background-color: rgb(134,254,223); }

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

border-color css

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

 span { border-color: rgb(134,254,223); }

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