#5AF99C

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

Shades of Medium Aquamarine #5AF99C

Tints of Medium Aquamarine #5AF99C

Color information

#5AF99C (or 0x5AF99C) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F9 and 9C. RGB value is (90,249,156). Sum of RGB (Red+Green+Blue) = 90+249+156=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF99C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF99C is #A50663. Grayscale: #BFBFBF. Windows color (decimal): -10815076 or 10287450. OLE color: 10287450.

HSL color Cylindrical-coordinate representation of color #5AF99C: hue angle of 144.91º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF99C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB90249156-
CMYK0.6400.370.02
HSL144.91º92.98%66.47%-
HSV(B)144.91º63.86%97.65%-
XYZ44.0972.3343.09-
YUV190.86108.3256.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.18%
GREEN value IS 249 (97.66% from 255) = 50.30%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=18.18%
G=50.30%
B=31.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902491560.6400.370.02144.9192.9866.47
Hex5AF99C400252915d42
Octal1323712341000452221135102
Binary1011010111110011001110010000000100101101001000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,249,156); }

 H1.HeaderClassName
 {
   color: #5AF99C;
 }
 .AnyTagClassName
 {
   color: #5AF99C;
 }
</style>
background-color css

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

 a { background-color: rgb(90,249,156); }

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

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

 span { border-color: rgb(90,249,156); }

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