Html Css Color HEX #86FEE7 Aquamarine

📋 copy color: '#86FEE7'

red 134 ◦ green 254 ◦ blue 231

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

Shades of Aquamarine #86FEE7

Tints of Aquamarine #86FEE7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.03%

 BLUE value IS 231 (90.63% from 255) = 37.32%

R = 21.65%
G = 41.03%
B = 37.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#86FEE7 (or 0x86FEE7) is known color: Aquamarine. HEX triplet: 86, FE and E7. RGB value is (134,254,231). Sum of RGB (Red+Green+Blue) = 134+254+231=619 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.65% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEE7 is #790118. Grayscale: #D7D7D7. Windows color (decimal): -7930137 or 15203974. OLE color: 15203974.

HSL color Cylindrical-coordinate representation of color #86FEE7: hue angle of 168.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEE7 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 254 231 -
CMYK 0.47 0 0.09 0.00
HSL 168.5º 0.98% 0.76% -
HSV(B) 168.5º 0.47% 1% -
XYZ 59.7 81.72 88.23 -
YUV 215.5 136.74 69.87 -
System Red Green Blue C M Y K H S L
Decimal 134 254 231 0.47 0 0.09 0.00 168.5 0.98 0.76
Hex 86 FE E7 2F 0 9 0 A8 62 4C
Octal 206 376 347 57 0 11 0 250 142 114
Binary 10000110 11111110 11100111 101111 0 1001 0 10101000 1100010 1001100

Color Harmonies of #86FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FEE7

Black with #86FEE7

Text Example


Text Example

White with #86FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,254,231); }

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

background-color css

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

 a { background-color: rgb(134,254,231); }

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

border-color css

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

 span { border-color: rgb(134,254,231); }

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