#5AF298

Color #5AF298 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5AF298

Tints of Medium Aquamarine #5AF298

Color information

#5AF298 (or 0x5AF298) is unknown color: approx 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

RGB90242152-
CMYK0.6300.370.05
HSL144.47º85.39%65.1%-
HSV(B)144.47º62.81%94.9%-
XYZ41.6467.9440.63-
YUV186.29108.6459.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=18.60%
G=50%
B=31.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902421520.6300.370.05144.4785.3965.1
Hex5AF2983F0255905541
Octal132362230770455220125101
Binary1011010111100101001100011111101001011011001000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>