#58FFD0

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

Shades of Aquamarine #58FFD0

Tints of Aquamarine #58FFD0

Color information

#58FFD0 (or 0x58FFD0) is unknown color: approx Aquamarine. HEX triplet: 58, FF and D0. RGB value is (88,255,208). Sum of RGB (Red+Green+Blue) = 88+255+208=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFD0 is #A7002F. Grayscale: #C7C7C7. Windows color (decimal): -10944560 or 13696856. OLE color: 13696856.

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

Color convert

RGB88255208-
CMYK0.6500.180
HSL163.11º100%67.25%-
HSV(B)163.11º65.49%100%-
XYZ51.1778.1572.06-
YUV199.71132.6748.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.97%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=15.97%
G=46.28%
B=37.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882552080.6500.180163.1110067.25
Hex58FFD0410120a36443
Octal1303773201010220243144103
Binary10110001111111111010000100000101001001010001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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