Html Css Color HEX #86FDDB Aquamarine

📋 copy color: '#86FDDB'

red 134 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #86FDDB

Tints of Aquamarine #86FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.75%

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 22.11%
G = 41.75%
B = 36.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#86FDDB (or 0x86FDDB) is known color: Aquamarine. HEX triplet: 86, FD and DB. RGB value is (134,253,219). Sum of RGB (Red+Green+Blue) = 134+253+219=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FDDB is #790224. Grayscale: #D5D5D5. Windows color (decimal): -7930405 or 14417286. OLE color: 14417286.

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

Color convert

RGB 134 253 219 -
CMYK 0.47 0 0.13 0.01
HSL 162.86º 0.97% 0.76% -
HSV(B) 162.86º 0.47% 0.99% -
XYZ 57.74 80.43 79.5 -
YUV 213.54 131.08 71.26 -
System Red Green Blue C M Y K H S L
Decimal 134 253 219 0.47 0 0.13 0.01 162.86 0.97 0.76
Hex 86 FD DB 2F 0 D 1 A3 61 4C
Octal 206 375 333 57 0 15 1 243 141 114
Binary 10000110 11111101 11011011 101111 0 1101 1 10100011 1100001 1001100

Color Harmonies of #86FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FDDB

Black with #86FDDB

Text Example


Text Example

White with #86FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,253,219); }

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

background-color css

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

 a { background-color: rgb(134,253,219); }

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

border-color css

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

 span { border-color: rgb(134,253,219); }

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