Html Css Color HEX #86F2BB Aquamarine

📋 copy color: '#86F2BB'

red 134 ◦ green 242 ◦ blue 187

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

Shades of Aquamarine #86F2BB

Tints of Aquamarine #86F2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

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

R = 23.8%
G = 42.98%
B = 33.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#86F2BB (or 0x86F2BB) is known color: Aquamarine. HEX triplet: 86, F2 and BB. RGB value is (134,242,187). Sum of RGB (Red+Green+Blue) = 134+242+187=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2BB is #790D44. Grayscale: #CBCBCB. Windows color (decimal): -7933253 or 12317318. OLE color: 12317318.

HSL color Cylindrical-coordinate representation of color #86F2BB: hue angle of 149.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2BB is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 242 187 -
CMYK 0.45 0 0.23 0.05
HSL 149.44º 0.81% 0.74% -
HSV(B) 149.44º 0.45% 0.95% -
XYZ 50.55 72.16 58.28 -
YUV 203.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 134 242 187 0.45 0 0.23 0.05 149.44 0.81 0.74
Hex 86 F2 BB 2D 0 17 5 95 51 4A
Octal 206 362 273 55 0 27 5 225 121 112
Binary 10000110 11110010 10111011 101101 0 10111 101 10010101 1010001 1001010

Color Harmonies of #86F2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F2BB

Black with #86F2BB

Text Example


Text Example

White with #86F2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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