Html Css Color HEX #58D5AC Medium Aquamarine

📋 copy color: '#58D5AC'

red 88 ◦ green 213 ◦ blue 172

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

Shades of Medium Aquamarine #58D5AC

Tints of Medium Aquamarine #58D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 18.6%
G = 45.03%
B = 36.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#58D5AC (or 0x58D5AC) is known color: Medium Aquamarine. HEX triplet: 58, D5 and AC. RGB value is (88,213,172). Sum of RGB (Red+Green+Blue) = 88+213+172=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D5AC is #A72A53. Grayscale: #AAAAAA. Windows color (decimal): -10955348 or 11326808. OLE color: 11326808.

HSL color Cylindrical-coordinate representation of color #58D5AC: hue angle of 160.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D5AC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 213 172 -
CMYK 0.59 0 0.19 0.16
HSL 160.32º 0.6% 0.59% -
HSV(B) 160.32º 0.59% 0.84% -
XYZ 35.27 52.64 47.33 -
YUV 170.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 88 213 172 0.59 0 0.19 0.16 160.32 0.6 0.59
Hex 58 D5 AC 3B 0 13 10 A0 3C 3B
Octal 130 325 254 73 0 23 20 240 74 73
Binary 1011000 11010101 10101100 111011 0 10011 10000 10100000 111100 111011

Color Harmonies of #58D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5AC

Black with #58D5AC

Text Example


Text Example

White with #58D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,213,172); }

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

background-color css

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

 a { background-color: rgb(88,213,172); }

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

border-color css

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

 span { border-color: rgb(88,213,172); }

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