Html Css Color HEX #5AF29D Medium Aquamarine

📋 copy color: '#5AF29D'

red 90 ◦ green 242 ◦ blue 157

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

Shades of Medium Aquamarine #5AF29D

Tints of Medium Aquamarine #5AF29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 18.4%
G = 49.49%
B = 32.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#5AF29D (or 0x5AF29D) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and 9D. RGB value is (90,242,157). Sum of RGB (Red+Green+Blue) = 90+242+157=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF29D is #A50D62. Grayscale: #BBBBBB. Windows color (decimal): -10816867 or 10351194. OLE color: 10351194.

HSL color Cylindrical-coordinate representation of color #5AF29D: hue angle of 146.45º degrees, saturation: 0.85, 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 #5AF29D is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 242 157 -
CMYK 0.63 0 0.35 0.05
HSL 146.45º 0.85% 0.65% -
HSV(B) 146.45º 0.63% 0.95% -
XYZ 42.05 68.11 42.83 -
YUV 186.86 111.14 58.91 -
System Red Green Blue C M Y K H S L
Decimal 90 242 157 0.63 0 0.35 0.05 146.45 0.85 0.65
Hex 5A F2 9D 3F 0 23 5 92 55 41
Octal 132 362 235 77 0 43 5 222 125 101
Binary 1011010 11110010 10011101 111111 0 100011 101 10010010 1010101 1000001

Color Harmonies of #5AF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF29D

Black with #5AF29D

Text Example


Text Example

White with #5AF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,242,157); }

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

background-color css

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

 a { background-color: rgb(90,242,157); }

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

border-color css

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

 span { border-color: rgb(90,242,157); }

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