Html Css Color HEX #5AF298 Medium Aquamarine

📋 copy color: '#5AF298'

red 90 ◦ green 242 ◦ blue 152

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

Shades of Medium Aquamarine #5AF298

Tints of Medium Aquamarine #5AF298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 18.6%
G = 50%
B = 31.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#5AF298 (or 0x5AF298) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and 98. RGB value is (90,242,152). Sum of RGB (Red+Green+Blue) = 90+242+152=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF298 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF298 is #A50D67. Grayscale: #BABABA. Windows color (decimal): -10816872 or 10023514. OLE color: 10023514.

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

Color convert

RGB 90 242 152 -
CMYK 0.63 0 0.37 0.05
HSL 144.47º 0.85% 0.65% -
HSV(B) 144.47º 0.63% 0.95% -
XYZ 41.64 67.94 40.63 -
YUV 186.29 108.64 59.32 -
System Red Green Blue C M Y K H S L
Decimal 90 242 152 0.63 0 0.37 0.05 144.47 0.85 0.65
Hex 5A F2 98 3F 0 25 5 90 55 41
Octal 132 362 230 77 0 45 5 220 125 101
Binary 1011010 11110010 10011000 111111 0 100101 101 10010000 1010101 1000001

Color Harmonies of #5AF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF298

Black with #5AF298

Text Example


Text Example

White with #5AF298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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