Html Css Color HEX #5AD7AC Medium Aquamarine

📋 copy color: '#5AD7AC'

red 90 ◦ green 215 ◦ blue 172

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

Shades of Medium Aquamarine #5AD7AC

Tints of Medium Aquamarine #5AD7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 18.87%
G = 45.07%
B = 36.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#5AD7AC (or 0x5AD7AC) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and AC. RGB value is (90,215,172). Sum of RGB (Red+Green+Blue) = 90+215+172=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD7AC is #A52853. Grayscale: #ACACAC. Windows color (decimal): -10823764 or 11327322. OLE color: 11327322.

HSL color Cylindrical-coordinate representation of color #5AD7AC: hue angle of 159.36º 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 #5AD7AC is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 215 172 -
CMYK 0.58 0 0.2 0.16
HSL 159.36º 0.61% 0.6% -
HSV(B) 159.36º 0.58% 0.84% -
XYZ 35.96 53.75 47.51 -
YUV 172.72 127.59 69 -
System Red Green Blue C M Y K H S L
Decimal 90 215 172 0.58 0 0.2 0.16 159.36 0.61 0.6
Hex 5A D7 AC 3A 0 14 10 9F 3D 3C
Octal 132 327 254 72 0 24 20 237 75 74
Binary 1011010 11010111 10101100 111010 0 10100 10000 10011111 111101 111100

Color Harmonies of #5AD7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD7AC

Black with #5AD7AC

Text Example


Text Example

White with #5AD7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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