Html Css Color HEX #86FEBA Aquamarine

📋 copy color: '#86FEBA'

red 134 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #86FEBA

Tints of Aquamarine #86FEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 23.34%
G = 44.25%
B = 32.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#86FEBA (or 0x86FEBA) is known color: Aquamarine. HEX triplet: 86, FE and BA. RGB value is (134,254,186). Sum of RGB (Red+Green+Blue) = 134+254+186=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEBA is #790145. Grayscale: #D2D2D2. Windows color (decimal): -7930182 or 12254854. OLE color: 12254854.

HSL color Cylindrical-coordinate representation of color #86FEBA: hue angle of 146º 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 #86FEBA is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 254 186 -
CMYK 0.47 0 0.27 0.00
HSL 146º 0.98% 0.76% -
HSV(B) 146º 0.47% 1% -
XYZ 54.14 79.5 58.95 -
YUV 210.37 114.24 73.53 -
System Red Green Blue C M Y K H S L
Decimal 134 254 186 0.47 0 0.27 0.00 146 0.98 0.76
Hex 86 FE BA 2F 0 1B 0 92 62 4C
Octal 206 376 272 57 0 33 0 222 142 114
Binary 10000110 11111110 10111010 101111 0 11011 0 10010010 1100010 1001100

Color Harmonies of #86FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FEBA

Black with #86FEBA

Text Example


Text Example

White with #86FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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