#5AF8BB

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

Shades of Aquamarine #5AF8BB

Tints of Aquamarine #5AF8BB

Color information

#5AF8BB (or 0x5AF8BB) is unknown color: approx Aquamarine. HEX triplet: 5A, F8 and BB. RGB value is (90,248,187). Sum of RGB (Red+Green+Blue) = 90+248+187=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF8BB is #A50744. Grayscale: #C1C1C1. Windows color (decimal): -10815301 or 12318810. OLE color: 12318810.

HSL color Cylindrical-coordinate representation of color #5AF8BB: hue angle of 156.84º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF8BB is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB90248187-
CMYK0.6400.250.03
HSL156.84º91.86%66.27%-
HSV(B)156.84º63.71%97.25%-
XYZ46.7572.958.62-
YUV193.8124.1553.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.14%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=17.14%
G=47.24%
B=35.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal902481870.6400.250.03156.8491.8666.27
Hex5AF8BB4001939d5c42
Octal1323702731000313235134102
Binary101101011111000101110111000000011001111001110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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