#5AFFBC

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

Shades of Aquamarine #5AFFBC

Tints of Aquamarine #5AFFBC

Color information

#5AFFBC (or 0x5AFFBC) is unknown color: approx Aquamarine. HEX triplet: 5A, FF and BC. RGB value is (90,255,188). Sum of RGB (Red+Green+Blue) = 90+255+188=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFBC is #A50043. Grayscale: #C6C6C6. Windows color (decimal): -10813508 or 12386138. OLE color: 12386138.

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

Color convert

RGB90255188-
CMYK0.6500.260
HSL155.64º100%67.65%-
HSV(B)155.64º64.71%100%-
XYZ49.0577.3259.92-
YUV198.03122.3450.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.89%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=16.89%
G=47.84%
B=35.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551880.6500.260155.6410067.65
Hex5AFFBC4101A09c6444
Octal1323772741010320234144104
Binary10110101111111110111100100000101101001001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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