#5FF8DC

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

Shades of Aquamarine #5FF8DC

Tints of Aquamarine #5FF8DC

Color information

#5FF8DC (or 0x5FF8DC) is unknown color: approx Aquamarine. HEX triplet: 5F, F8 and DC. RGB value is (95,248,220). Sum of RGB (Red+Green+Blue) = 95+248+220=563 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.87% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF8DC is #A00723. Grayscale: #C7C7C7. Windows color (decimal): -10487588 or 14481503. OLE color: 14481503.

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

Color convert

RGB95248220-
CMYK0.6200.110.03
HSL169.02º91.62%67.25%-
HSV(B)169.02º61.69%97.25%-
XYZ51.274.7479.44-
YUV199.06139.8153.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.87%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=16.87%
G=44.05%
B=39.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952482200.6200.110.03169.0291.6267.25
Hex5FF8DC3E0B3a95c43
Octal137370334760133251134103
Binary1011111111110001101110011111001011111010100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,248,220); }

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

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

 a { background-color: rgb(95,248,220); }

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

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

 span { border-color: rgb(95,248,220); }

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