Html Css Color HEX #5AD7AF Medium Aquamarine

📋 copy color: '#5AD7AF'

red 90 ◦ green 215 ◦ blue 175

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

Shades of Medium Aquamarine #5AD7AF

Tints of Medium Aquamarine #5AD7AF

RGB

 RED value IS 90 (35.55% from 255) = 18.75%

 GREEN value IS 215 (84.38% from 255) = 44.79%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 18.75%
G = 44.79%
B = 36.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#5AD7AF (or 0x5AD7AF) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and AF. RGB value is (90,215,175). Sum of RGB (Red+Green+Blue) = 90+215+175=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD7AF is #A52850. Grayscale: #ADADAD. Windows color (decimal): -10823761 or 11523930. OLE color: 11523930.

HSL color Cylindrical-coordinate representation of color #5AD7AF: hue angle of 160.8º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD7AF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 215 175 -
CMYK 0.58 0 0.19 0.16
HSL 160.8º 0.61% 0.6% -
HSV(B) 160.8º 0.58% 0.84% -
XYZ 36.25 53.87 49.04 -
YUV 173.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 90 215 175 0.58 0 0.19 0.16 160.8 0.61 0.6
Hex 5A D7 AF 3A 0 13 10 A1 3D 3C
Octal 132 327 257 72 0 23 20 241 75 74
Binary 1011010 11010111 10101111 111010 0 10011 10000 10100001 111101 111100

Color Harmonies of #5AD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD7AF

Black with #5AD7AF

Text Example


Text Example

White with #5AD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AD7AF;
 }
 .AnyTagClassName
 {
   color: #5AD7AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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