Html Css Color HEX #58D5B6 Medium Aquamarine

📋 copy color: '#58D5B6'

red 88 ◦ green 213 ◦ blue 182

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

Shades of Medium Aquamarine #58D5B6

Tints of Medium Aquamarine #58D5B6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 18.22%
G = 44.1%
B = 37.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#58D5B6 (or 0x58D5B6) is known color: Medium Aquamarine. HEX triplet: 58, D5 and B6. RGB value is (88,213,182). Sum of RGB (Red+Green+Blue) = 88+213+182=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D5B6 is #A72A49. Grayscale: #ACACAC. Windows color (decimal): -10955338 or 11982168. OLE color: 11982168.

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

Color convert

RGB 88 213 182 -
CMYK 0.59 0 0.15 0.16
HSL 165.12º 0.6% 0.59% -
HSV(B) 165.12º 0.59% 0.84% -
XYZ 36.26 53.04 52.58 -
YUV 172.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 88 213 182 0.59 0 0.15 0.16 165.12 0.6 0.59
Hex 58 D5 B6 3B 0 F 10 A5 3C 3B
Octal 130 325 266 73 0 17 20 245 74 73
Binary 1011000 11010101 10110110 111011 0 1111 10000 10100101 111100 111011

Color Harmonies of #58D5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5B6

Black with #58D5B6

Text Example


Text Example

White with #58D5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,213,182); }

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

background-color css

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

 a { background-color: rgb(88,213,182); }

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

border-color css

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

 span { border-color: rgb(88,213,182); }

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