Html Css Color HEX #58DDA0 Medium Aquamarine

📋 copy color: '#58DDA0'

red 88 ◦ green 221 ◦ blue 160

#58DDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #58DDA0

Tints of Medium Aquamarine #58DDA0

RGB

 RED value IS 88 (34.77% from 255) = 18.76%

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 18.76%
G = 47.12%
B = 34.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#58DDA0 (or 0x58DDA0) is known color: Medium Aquamarine. HEX triplet: 58, DD and A0. RGB value is (88,221,160). Sum of RGB (Red+Green+Blue) = 88+221+160=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DDA0 is #A7225F. Grayscale: #AEAEAE. Windows color (decimal): -10953312 or 10542424. OLE color: 10542424.

HSL color Cylindrical-coordinate representation of color #58DDA0: hue angle of 152.48º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDA0 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 221 160 -
CMYK 0.60 0 0.28 0.13
HSL 152.48º 0.66% 0.61% -
HSV(B) 152.48º 0.6% 0.87% -
XYZ 36.23 56.33 42.22 -
YUV 174.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 88 221 160 0.60 0 0.28 0.13 152.48 0.66 0.61
Hex 58 DD A0 3C 0 1C D 98 42 3D
Octal 130 335 240 74 0 34 15 230 102 75
Binary 1011000 11011101 10100000 111100 0 11100 1101 10011000 1000010 111101

Color Harmonies of #58DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDA0

Black with #58DDA0

Text Example


Text Example

White with #58DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58DDA0;
 }
 .AnyTagClassName
 {
   color: #58DDA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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