Html Css Color HEX #86F9DF Aquamarine

📋 copy color: '#86F9DF'

red 134 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #86F9DF

Tints of Aquamarine #86F9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 22.11%
G = 41.09%
B = 36.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#86F9DF (or 0x86F9DF) is known color: Aquamarine. HEX triplet: 86, F9 and DF. RGB value is (134,249,223). Sum of RGB (Red+Green+Blue) = 134+249+223=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F9DF is #790620. Grayscale: #D3D3D3. Windows color (decimal): -7931425 or 14678406. OLE color: 14678406.

HSL color Cylindrical-coordinate representation of color #86F9DF: hue angle of 166.43º 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 #86F9DF is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 223 -
CMYK 0.46 0 0.10 0.02
HSL 166.43º 0.91% 0.75% -
HSV(B) 166.43º 0.46% 0.98% -
XYZ 57.03 78.15 81.89 -
YUV 211.65 134.4 72.61 -
System Red Green Blue C M Y K H S L
Decimal 134 249 223 0.46 0 0.10 0.02 166.43 0.91 0.75
Hex 86 F9 DF 2E 0 A 2 A6 5B 4B
Octal 206 371 337 56 0 12 2 246 133 113
Binary 10000110 11111001 11011111 101110 0 1010 10 10100110 1011011 1001011

Color Harmonies of #86F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F9DF

Black with #86F9DF

Text Example


Text Example

White with #86F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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