Html Css Color HEX #5AF296 Medium Aquamarine

📋 copy color: '#5AF296'

red 90 ◦ green 242 ◦ blue 150

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

Shades of Medium Aquamarine #5AF296

Tints of Medium Aquamarine #5AF296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 18.67%
G = 50.21%
B = 31.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#5AF296 (or 0x5AF296) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and 96. RGB value is (90,242,150). Sum of RGB (Red+Green+Blue) = 90+242+150=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF296 is #A50D69. Grayscale: #BABABA. Windows color (decimal): -10816874 or 9892442. OLE color: 9892442.

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

Color convert

RGB 90 242 150 -
CMYK 0.63 0 0.38 0.05
HSL 143.68º 0.85% 0.65% -
HSV(B) 143.68º 0.63% 0.95% -
XYZ 41.47 67.88 39.77 -
YUV 186.06 107.64 59.48 -
System Red Green Blue C M Y K H S L
Decimal 90 242 150 0.63 0 0.38 0.05 143.68 0.85 0.65
Hex 5A F2 96 3F 0 26 5 90 55 41
Octal 132 362 226 77 0 46 5 220 125 101
Binary 1011010 11110010 10010110 111111 0 100110 101 10010000 1010101 1000001

Color Harmonies of #5AF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF296

Black with #5AF296

Text Example


Text Example

White with #5AF296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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