#58FFDE

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

Shades of Aquamarine #58FFDE

Tints of Aquamarine #58FFDE

Color information

#58FFDE (or 0x58FFDE) is unknown color: approx Aquamarine. HEX triplet: 58, FF and DE. RGB value is (88,255,222). Sum of RGB (Red+Green+Blue) = 88+255+222=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFDE is #A70021. Grayscale: #C9C9C9. Windows color (decimal): -10944546 or 14614360. OLE color: 14614360.

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

Color convert

RGB88255222-
CMYK0.6500.130
HSL168.14º100%67.25%-
HSV(B)168.14º65.49%100%-
XYZ52.9778.8781.54-
YUV201.3139.6747.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.58%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=15.58%
G=45.13%
B=39.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882552220.6500.130168.1410067.25
Hex58FFDE410D0a86443
Octal1303773361010150250144103
Binary1011000111111111101111010000010110101010100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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