#5AC8A2

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

Shades of Medium Aquamarine #5AC8A2

Tints of Medium Aquamarine #5AC8A2

Color information

#5AC8A2 (or 0x5AC8A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C8 and A2. RGB value is (90,200,162). Sum of RGB (Red+Green+Blue) = 90+200+162=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC8A2 is #A5375D. Grayscale: #A2A2A2. Windows color (decimal): -10827614 or 10668122. OLE color: 10668122.

HSL color Cylindrical-coordinate representation of color #5AC8A2: hue angle of 159.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC8A2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB90200162-
CMYK0.5500.190.22
HSL159.27º50%56.86%-
HSV(B)159.27º55%78.43%-
XYZ31.3946.0941.42-
YUV162.78127.5676.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.91%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=19.91%
G=44.25%
B=35.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal902001620.5500.190.22159.275056.86
Hex5AC8A237013169f3239
Octal13231024267023262376271
Binary101101011001000101000101101110100111011010011111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,200,162); }

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

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

 a { background-color: rgb(90,200,162); }

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

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

 span { border-color: rgb(90,200,162); }

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