Html Css Color HEX #5AF29F Medium Aquamarine

📋 copy color: '#5AF29F'

red 90 ◦ green 242 ◦ blue 159

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

Shades of Medium Aquamarine #5AF29F

Tints of Medium Aquamarine #5AF29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 18.33%
G = 49.29%
B = 32.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#5AF29F (or 0x5AF29F) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and 9F. RGB value is (90,242,159). Sum of RGB (Red+Green+Blue) = 90+242+159=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF29F is #A50D60. Grayscale: #BBBBBB. Windows color (decimal): -10816865 or 10482266. OLE color: 10482266.

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

Color convert

RGB 90 242 159 -
CMYK 0.63 0 0.34 0.05
HSL 147.24º 0.85% 0.65% -
HSV(B) 147.24º 0.63% 0.95% -
XYZ 42.23 68.18 43.74 -
YUV 187.09 112.14 58.75 -
System Red Green Blue C M Y K H S L
Decimal 90 242 159 0.63 0 0.34 0.05 147.24 0.85 0.65
Hex 5A F2 9F 3F 0 22 5 93 55 41
Octal 132 362 237 77 0 42 5 223 125 101
Binary 1011010 11110010 10011111 111111 0 100010 101 10010011 1010101 1000001

Color Harmonies of #5AF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF29F

Black with #5AF29F

Text Example


Text Example

White with #5AF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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