#58FFDD

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

Shades of Aquamarine #58FFDD

Tints of Aquamarine #58FFDD

Color information

#58FFDD (or 0x58FFDD) is unknown color: approx Aquamarine. HEX triplet: 58, FF and DD. RGB value is (88,255,221). Sum of RGB (Red+Green+Blue) = 88+255+221=564 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.60% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFDD is #A70022. Grayscale: #C9C9C9. Windows color (decimal): -10944547 or 14548824. OLE color: 14548824.

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

Color convert

RGB88255221-
CMYK0.6500.130
HSL167.78º100%67.25%-
HSV(B)167.78º65.49%100%-
XYZ52.8478.8280.83-
YUV201.19139.1747.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.60%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=15.60%
G=45.21%
B=39.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882552210.6500.130167.7810067.25
Hex58FFDD410D0a86443
Octal1303773351010150250144103
Binary1011000111111111101110110000010110101010100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58FFDD; }

 p { color: rgb(88,255,221); }

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

<style>
 a { background-color: #58FFDD; }

 a { background-color: rgb(88,255,221); }

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

<style>
 span { border-color: #58FFDD; }

 span { border-color: rgb(88,255,221); }

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