Html Css Color HEX #86EFBC Aquamarine

📋 copy color: '#86EFBC'

red 134 ◦ green 239 ◦ blue 188

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

Shades of Aquamarine #86EFBC

Tints of Aquamarine #86EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 23.89%
G = 42.6%
B = 33.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#86EFBC (or 0x86EFBC) is known color: Aquamarine. HEX triplet: 86, EF and BC. RGB value is (134,239,188). Sum of RGB (Red+Green+Blue) = 134+239+188=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFBC is #791043. Grayscale: #C9C9C9. Windows color (decimal): -7934020 or 12382086. OLE color: 12382086.

HSL color Cylindrical-coordinate representation of color #86EFBC: hue angle of 150.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFBC is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 239 188 -
CMYK 0.44 0 0.21 0.06
HSL 150.86º 0.77% 0.73% -
HSV(B) 150.86º 0.44% 0.94% -
XYZ 49.78 70.43 58.55 -
YUV 201.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 134 239 188 0.44 0 0.21 0.06 150.86 0.77 0.73
Hex 86 EF BC 2C 0 15 6 97 4D 49
Octal 206 357 274 54 0 25 6 227 115 111
Binary 10000110 11101111 10111100 101100 0 10101 110 10010111 1001101 1001001

Color Harmonies of #86EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EFBC

Black with #86EFBC

Text Example


Text Example

White with #86EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,239,188); }

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

background-color css

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

 a { background-color: rgb(134,239,188); }

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

border-color css

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

 span { border-color: rgb(134,239,188); }

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