Html Css Color HEX #86FCC0 Aquamarine

📋 copy color: '#86FCC0'

red 134 ◦ green 252 ◦ blue 192

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

Shades of Aquamarine #86FCC0

Tints of Aquamarine #86FCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.6%

 BLUE value IS 192 (75.39% from 255) = 33.22%

R = 23.18%
G = 43.6%
B = 33.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#86FCC0 (or 0x86FCC0) is known color: Aquamarine. HEX triplet: 86, FC and C0. RGB value is (134,252,192). Sum of RGB (Red+Green+Blue) = 134+252+192=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCC0 is #79033F. Grayscale: #D1D1D1. Windows color (decimal): -7930688 or 12647558. OLE color: 12647558.

HSL color Cylindrical-coordinate representation of color #86FCC0: hue angle of 149.49º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCC0 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 192 -
CMYK 0.47 0 0.24 0.01
HSL 149.49º 0.95% 0.76% -
HSV(B) 149.49º 0.47% 0.99% -
XYZ 54.16 78.49 62.17 -
YUV 209.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 134 252 192 0.47 0 0.24 0.01 149.49 0.95 0.76
Hex 86 FC C0 2F 0 18 1 95 5F 4C
Octal 206 374 300 57 0 30 1 225 137 114
Binary 10000110 11111100 11000000 101111 0 11000 1 10010101 1011111 1001100

Color Harmonies of #86FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FCC0

Black with #86FCC0

Text Example


Text Example

White with #86FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,252,192); }

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

background-color css

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

 a { background-color: rgb(134,252,192); }

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

border-color css

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

 span { border-color: rgb(134,252,192); }

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