Html Css Color HEX #58DDA1 Medium Aquamarine

📋 copy color: '#58DDA1'

red 88 ◦ green 221 ◦ blue 161

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

Shades of Medium Aquamarine #58DDA1

Tints of Medium Aquamarine #58DDA1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

 BLUE value IS 161 (63.28% from 255) = 34.26%

R = 18.72%
G = 47.02%
B = 34.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#58DDA1 (or 0x58DDA1) is known color: Medium Aquamarine. HEX triplet: 58, DD and A1. RGB value is (88,221,161). Sum of RGB (Red+Green+Blue) = 88+221+161=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DDA1 is #A7225E. Grayscale: #AEAEAE. Windows color (decimal): -10953311 or 10607960. OLE color: 10607960.

HSL color Cylindrical-coordinate representation of color #58DDA1: hue angle of 152.93º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDA1 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 221 161 -
CMYK 0.60 0 0.27 0.13
HSL 152.93º 0.66% 0.61% -
HSV(B) 152.93º 0.6% 0.87% -
XYZ 36.31 56.36 42.68 -
YUV 174.39 120.44 66.38 -
System Red Green Blue C M Y K H S L
Decimal 88 221 161 0.60 0 0.27 0.13 152.93 0.66 0.61
Hex 58 DD A1 3C 0 1B D 99 42 3D
Octal 130 335 241 74 0 33 15 231 102 75
Binary 1011000 11011101 10100001 111100 0 11011 1101 10011001 1000010 111101

Color Harmonies of #58DDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDA1

Black with #58DDA1

Text Example


Text Example

White with #58DDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,221,161); }

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

background-color css

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

 a { background-color: rgb(88,221,161); }

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

border-color css

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

 span { border-color: rgb(88,221,161); }

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