Html Css Color HEX #86EFE1 Aquamarine

📋 copy color: '#86EFE1'

red 134 ◦ green 239 ◦ blue 225

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

Shades of Aquamarine #86EFE1

Tints of Aquamarine #86EFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.63%

R = 22.41%
G = 39.97%
B = 37.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#86EFE1 (or 0x86EFE1) is known color: Aquamarine. HEX triplet: 86, EF and E1. RGB value is (134,239,225). Sum of RGB (Red+Green+Blue) = 134+239+225=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFE1 is #79101E. Grayscale: #CDCDCD. Windows color (decimal): -7933983 or 14806918. OLE color: 14806918.

HSL color Cylindrical-coordinate representation of color #86EFE1: hue angle of 172º 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 #86EFE1 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 239 225 -
CMYK 0.44 0 0.06 0.06
HSL 172º 0.77% 0.73% -
HSV(B) 172º 0.44% 0.94% -
XYZ 54.29 72.24 82.32 -
YUV 206.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 134 239 225 0.44 0 0.06 0.06 172 0.77 0.73
Hex 86 EF E1 2C 0 6 6 AC 4D 49
Octal 206 357 341 54 0 6 6 254 115 111
Binary 10000110 11101111 11100001 101100 0 110 110 10101100 1001101 1001001

Color Harmonies of #86EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EFE1

Black with #86EFE1

Text Example


Text Example

White with #86EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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