Html Css Color HEX #5AF9AF Medium Aquamarine

📋 copy color: '#5AF9AF'

red 90 ◦ green 249 ◦ blue 175

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

Shades of Medium Aquamarine #5AF9AF

Tints of Medium Aquamarine #5AF9AF

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 value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#5AF9AF (or 0x5AF9AF) is known color: 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

RGB 90 249 175 -
CMYK 0.64 0 0.30 0.02
HSL 152.08º 0.93% 0.66% -
HSV(B) 152.08º 0.64% 0.98% -
XYZ 45.83 73.02 52.24 -
YUV 193.02 117.82 54.52 -
System Red Green Blue C M Y K H S L
Decimal 90 249 175 0.64 0 0.30 0.02 152.08 0.93 0.66
Hex 5A F9 AF 40 0 1E 2 98 5D 42
Octal 132 371 257 100 0 36 2 230 135 102
Binary 1011010 11111001 10101111 1000000 0 11110 10 10011000 1011101 1000010

Color Harmonies of #5AF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF9AF

Black with #5AF9AF

Text Example


Text Example

White with #5AF9AF

Text Example


Text Example

HTML Codes & Css Web 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>