Html Css Color HEX #58D99D Medium Aquamarine

📋 copy color: '#58D99D'

red 88 ◦ green 217 ◦ blue 157

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

Shades of Medium Aquamarine #58D99D

Tints of Medium Aquamarine #58D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 19.05%
G = 46.97%
B = 33.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#58D99D (or 0x58D99D) is known color: Medium Aquamarine. HEX triplet: 58, D9 and 9D. RGB value is (88,217,157). Sum of RGB (Red+Green+Blue) = 88+217+157=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #58D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D99D is #A72662. Grayscale: #ABABAB. Windows color (decimal): -10954339 or 10344792. OLE color: 10344792.

HSL color Cylindrical-coordinate representation of color #58D99D: hue angle of 152.09º degrees, saturation: 0.63, 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 #58D99D is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 217 157 -
CMYK 0.59 0 0.28 0.15
HSL 152.09º 0.63% 0.6% -
HSV(B) 152.09º 0.59% 0.85% -
XYZ 34.92 54.13 40.51 -
YUV 171.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 88 217 157 0.59 0 0.28 0.15 152.09 0.63 0.6
Hex 58 D9 9D 3B 0 1C F 98 3F 3C
Octal 130 331 235 73 0 34 17 230 77 74
Binary 1011000 11011001 10011101 111011 0 11100 1111 10011000 111111 111100

Color Harmonies of #58D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D99D

Black with #58D99D

Text Example


Text Example

White with #58D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,217,157); }

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

background-color css

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

 a { background-color: rgb(88,217,157); }

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

border-color css

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

 span { border-color: rgb(88,217,157); }

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