Html Css Color HEX #5AF1AD Medium Aquamarine

📋 copy color: '#5AF1AD'

red 90 ◦ green 241 ◦ blue 173

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

Shades of Medium Aquamarine #5AF1AD

Tints of Medium Aquamarine #5AF1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 17.86%
G = 47.82%
B = 34.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#5AF1AD (or 0x5AF1AD) is known color: Medium Aquamarine. HEX triplet: 5A, F1 and AD. RGB value is (90,241,173). Sum of RGB (Red+Green+Blue) = 90+241+173=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF1AD is #A50E52. Grayscale: #BCBCBC. Windows color (decimal): -10817107 or 11399514. OLE color: 11399514.

HSL color Cylindrical-coordinate representation of color #5AF1AD: hue angle of 152.98º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1AD is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 241 173 -
CMYK 0.63 0 0.28 0.05
HSL 152.98º 0.84% 0.65% -
HSV(B) 152.98º 0.63% 0.95% -
XYZ 43.21 68.1 50.4 -
YUV 188.1 119.47 58.03 -
System Red Green Blue C M Y K H S L
Decimal 90 241 173 0.63 0 0.28 0.05 152.98 0.84 0.65
Hex 5A F1 AD 3F 0 1C 5 99 54 41
Octal 132 361 255 77 0 34 5 231 124 101
Binary 1011010 11110001 10101101 111111 0 11100 101 10011001 1010100 1000001

Color Harmonies of #5AF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF1AD

Black with #5AF1AD

Text Example


Text Example

White with #5AF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,241,173); }

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

background-color css

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

 a { background-color: rgb(90,241,173); }

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

border-color css

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

 span { border-color: rgb(90,241,173); }

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