Html Css Color HEX #58D1AC Medium Aquamarine

📋 copy color: '#58D1AC'

red 88 ◦ green 209 ◦ blue 172

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

Shades of Medium Aquamarine #58D1AC

Tints of Medium Aquamarine #58D1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

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

R = 18.76%
G = 44.56%
B = 36.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#58D1AC (or 0x58D1AC) is known color: Medium Aquamarine. HEX triplet: 58, D1 and AC. RGB value is (88,209,172). Sum of RGB (Red+Green+Blue) = 88+209+172=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #58D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D1AC is #A72E53. Grayscale: #A8A8A8. Windows color (decimal): -10956372 or 11325784. OLE color: 11325784.

HSL color Cylindrical-coordinate representation of color #58D1AC: hue angle of 161.65º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D1AC is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 209 172 -
CMYK 0.58 0 0.18 0.18
HSL 161.65º 0.57% 0.58% -
HSV(B) 161.65º 0.58% 0.82% -
XYZ 34.27 50.65 47 -
YUV 168.6 129.91 70.51 -
System Red Green Blue C M Y K H S L
Decimal 88 209 172 0.58 0 0.18 0.18 161.65 0.57 0.58
Hex 58 D1 AC 3A 0 12 12 A2 39 3A
Octal 130 321 254 72 0 22 22 242 71 72
Binary 1011000 11010001 10101100 111010 0 10010 10010 10100010 111001 111010

Color Harmonies of #58D1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D1AC

Black with #58D1AC

Text Example


Text Example

White with #58D1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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