Html Css Color HEX #86FCBB Aquamarine

📋 copy color: '#86FCBB'

red 134 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #86FCBB

Tints of Aquamarine #86FCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 23.39%
G = 43.98%
B = 32.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#86FCBB (or 0x86FCBB) is known color: Aquamarine. HEX triplet: 86, FC and BB. RGB value is (134,252,187). Sum of RGB (Red+Green+Blue) = 134+252+187=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCBB is #790344. Grayscale: #D1D1D1. Windows color (decimal): -7930693 or 12319878. OLE color: 12319878.

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

Color convert

RGB 134 252 187 -
CMYK 0.47 0 0.26 0.01
HSL 146.95º 0.95% 0.76% -
HSV(B) 146.95º 0.47% 0.99% -
XYZ 53.61 78.28 59.3 -
YUV 209.31 115.41 74.29 -
System Red Green Blue C M Y K H S L
Decimal 134 252 187 0.47 0 0.26 0.01 146.95 0.95 0.76
Hex 86 FC BB 2F 0 1A 1 93 5F 4C
Octal 206 374 273 57 0 32 1 223 137 114
Binary 10000110 11111100 10111011 101111 0 11010 1 10010011 1011111 1001100

Color Harmonies of #86FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FCBB

Black with #86FCBB

Text Example


Text Example

White with #86FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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