Html Css Color HEX #58D8AF Medium Aquamarine

📋 copy color: '#58D8AF'

red 88 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #58D8AF

Tints of Medium Aquamarine #58D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 18.37%
G = 45.09%
B = 36.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#58D8AF (or 0x58D8AF) is known color: Medium Aquamarine. HEX triplet: 58, D8 and AF. RGB value is (88,216,175). Sum of RGB (Red+Green+Blue) = 88+216+175=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D8AF is #A72750. Grayscale: #ADADAD. Windows color (decimal): -10954577 or 11524184. OLE color: 11524184.

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

Color convert

RGB 88 216 175 -
CMYK 0.59 0 0.19 0.15
HSL 160.78º 0.62% 0.6% -
HSV(B) 160.78º 0.59% 0.85% -
XYZ 36.32 54.28 49.12 -
YUV 173.05 129.09 67.33 -
System Red Green Blue C M Y K H S L
Decimal 88 216 175 0.59 0 0.19 0.15 160.78 0.62 0.6
Hex 58 D8 AF 3B 0 13 F A1 3E 3C
Octal 130 330 257 73 0 23 17 241 76 74
Binary 1011000 11011000 10101111 111011 0 10011 1111 10100001 111110 111100

Color Harmonies of #58D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D8AF

Black with #58D8AF

Text Example


Text Example

White with #58D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,216,175); }

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

background-color css

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

 a { background-color: rgb(88,216,175); }

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

border-color css

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

 span { border-color: rgb(88,216,175); }

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