Html Css Color HEX #58D49B Medium Aquamarine

📋 copy color: '#58D49B'

red 88 ◦ green 212 ◦ blue 155

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

Shades of Medium Aquamarine #58D49B

Tints of Medium Aquamarine #58D49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 19.34%
G = 46.59%
B = 34.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#58D49B (or 0x58D49B) is known color: Medium Aquamarine. HEX triplet: 58, D4 and 9B. RGB value is (88,212,155). Sum of RGB (Red+Green+Blue) = 88+212+155=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #58D49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D49B is #A72B64. Grayscale: #A8A8A8. Windows color (decimal): -10955621 or 10212440. OLE color: 10212440.

HSL color Cylindrical-coordinate representation of color #58D49B: hue angle of 152.42º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D49B is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 88 212 155 -
CMYK 0.58 0 0.27 0.17
HSL 152.42º 0.59% 0.59% -
HSV(B) 152.42º 0.58% 0.83% -
XYZ 33.48 51.53 39.19 -
YUV 168.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 88 212 155 0.58 0 0.27 0.17 152.42 0.59 0.59
Hex 58 D4 9B 3A 0 1B 11 98 3B 3B
Octal 130 324 233 72 0 33 21 230 73 73
Binary 1011000 11010100 10011011 111010 0 11011 10001 10011000 111011 111011

Color Harmonies of #58D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D49B

Black with #58D49B

Text Example


Text Example

White with #58D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,212,155); }

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

background-color css

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

 a { background-color: rgb(88,212,155); }

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

border-color css

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

 span { border-color: rgb(88,212,155); }

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