#5AFFBB

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

Shades of Aquamarine #5AFFBB

Tints of Aquamarine #5AFFBB

Color information

#5AFFBB (or 0x5AFFBB) is unknown color: approx Aquamarine. HEX triplet: 5A, FF and BB. RGB value is (90,255,187). Sum of RGB (Red+Green+Blue) = 90+255+187=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFBB is #A50044. Grayscale: #C6C6C6. Windows color (decimal): -10813509 or 12320602. OLE color: 12320602.

HSL color Cylindrical-coordinate representation of color #5AFFBB: hue angle of 155.27º 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 #5AFFBB is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB90255187-
CMYK0.6500.270
HSL155.27º100%67.65%-
HSV(B)155.27º64.71%100%-
XYZ48.9577.2859.35-
YUV197.91121.8451.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.92%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=16.92%
G=47.93%
B=35.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551870.6500.270155.2710067.65
Hex5AFFBB4101B09b6444
Octal1323772731010330233144104
Binary10110101111111110111011100000101101101001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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