#5AFFC0

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

Shades of Aquamarine #5AFFC0

Tints of Aquamarine #5AFFC0

Color information

#5AFFC0 (or 0x5AFFC0) is unknown color: approx Aquamarine. HEX triplet: 5A, FF and C0. RGB value is (90,255,192). Sum of RGB (Red+Green+Blue) = 90+255+192=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFC0 is #A5003F. Grayscale: #C6C6C6. Windows color (decimal): -10813504 or 12648282. OLE color: 12648282.

HSL color Cylindrical-coordinate representation of color #5AFFC0: hue angle of 157.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFC0 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB90255192-
CMYK0.6500.250
HSL157.09º100%67.65%-
HSV(B)157.09º64.71%100%-
XYZ49.4977.562.22-
YUV198.48124.3450.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.76%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=16.76%
G=47.49%
B=35.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551920.6500.250157.0910067.65
Hex5AFFC04101909d6444
Octal1323773001010310235144104
Binary10110101111111111000000100000101100101001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,255,192); }

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

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

 a { background-color: rgb(90,255,192); }

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

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

 span { border-color: rgb(90,255,192); }

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