Html Css Color HEX #86F9E3 Aquamarine

📋 copy color: '#86F9E3'

red 134 ◦ green 249 ◦ blue 227

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

Shades of Aquamarine #86F9E3

Tints of Aquamarine #86F9E3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

 BLUE value IS 227 (89.06% from 255) = 37.21%

R = 21.97%
G = 40.82%
B = 37.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#86F9E3 (or 0x86F9E3) is known color: Aquamarine. HEX triplet: 86, F9 and E3. RGB value is (134,249,227). Sum of RGB (Red+Green+Blue) = 134+249+227=610 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.97% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F9E3 is #79061C. Grayscale: #D4D4D4. Windows color (decimal): -7931421 or 14940550. OLE color: 14940550.

HSL color Cylindrical-coordinate representation of color #86F9E3: hue angle of 168.52º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F9E3 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 227 -
CMYK 0.46 0 0.09 0.02
HSL 168.52º 0.91% 0.75% -
HSV(B) 168.52º 0.46% 0.98% -
XYZ 57.57 78.37 84.76 -
YUV 212.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 134 249 227 0.46 0 0.09 0.02 168.52 0.91 0.75
Hex 86 F9 E3 2E 0 9 2 A9 5B 4B
Octal 206 371 343 56 0 11 2 251 133 113
Binary 10000110 11111001 11100011 101110 0 1001 10 10101001 1011011 1001011

Color Harmonies of #86F9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F9E3

Black with #86F9E3

Text Example


Text Example

White with #86F9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,227); }

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

background-color css

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

 a { background-color: rgb(134,249,227); }

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

border-color css

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

 span { border-color: rgb(134,249,227); }

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