#58DCAE

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

Shades of Medium Aquamarine #58DCAE

Tints of Medium Aquamarine #58DCAE

Color information

#58DCAE (or 0x58DCAE) is unknown color: approx Medium Aquamarine. HEX triplet: 58, DC and AE. RGB value is (88,220,174). Sum of RGB (Red+Green+Blue) = 88+220+174=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DCAE is #A72351. Grayscale: #AFAFAF. Windows color (decimal): -10953554 or 11459672. OLE color: 11459672.

HSL color Cylindrical-coordinate representation of color #58DCAE: hue angle of 159.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCAE is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB88220174-
CMYK0.600.210.14
HSL159.09º65.35%60.39%-
HSV(B)159.09º60%86.27%-
XYZ37.2656.3248.95-
YUV175.29127.2765.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=18.26%
G=45.64%
B=36.10%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882201740.600.210.14159.0965.3560.39
Hex58DCAE3C015E9f413c
Octal130334256740251623710174
Binary101100011011100101011101111000101011110100111111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,220,174); }

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

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

 a { background-color: rgb(88,220,174); }

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

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

 span { border-color: rgb(88,220,174); }

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