#5AF9AF

Color #5AF9AF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5AF9AF

Tints of Medium Aquamarine #5AF9AF

Color information

#5AF9AF (or 0x5AF9AF) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F9 and AF. RGB value is (90,249,175). Sum of RGB (Red+Green+Blue) = 90+249+175=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF9AF is #A50650. Grayscale: #C1C1C1. Windows color (decimal): -10815057 or 11532634. OLE color: 11532634.

HSL color Cylindrical-coordinate representation of color #5AF9AF: hue angle of 152.08º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9AF is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB90249175-
CMYK0.6400.300.02
HSL152.08º92.98%66.47%-
HSV(B)152.08º63.86%97.65%-
XYZ45.8373.0252.24-
YUV193.02117.8254.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.51%
GREEN value IS 249 (97.66% from 255) = 48.44%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=17.51%
G=48.44%
B=34.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902491750.6400.300.02152.0892.9866.47
Hex5AF9AF4001E2985d42
Octal1323712571000362230135102
Binary101101011111001101011111000000011110101001100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AF9AF; }

 p { color: rgb(90,249,175); }

 H1.HeaderClassName
 {
   color: #5AF9AF;
 }
 .AnyTagClassName
 {
   color: #5AF9AF;
 }
</style>
background-color css

<style>
 a { background-color: #5AF9AF; }

 a { background-color: rgb(90,249,175); }

 div.DivClassName
 {
   background-color: #5AF9AF;
 }
 .BgClassName
 {
   background-color: #5AF9AF;
 }
</style>
border-color css

<style>
 span { border-color: #5AF9AF; }

 span { border-color: rgb(90,249,175); }

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