Html Css Color HEX #58D5AF Medium Aquamarine

📋 copy color: '#58D5AF'

red 88 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #58D5AF

Tints of Medium Aquamarine #58D5AF

RGB

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

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

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

R = 18.49%
G = 44.75%
B = 36.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#58D5AF (or 0x58D5AF) is known color: Medium Aquamarine. HEX triplet: 58, D5 and AF. RGB value is (88,213,175). Sum of RGB (Red+Green+Blue) = 88+213+175=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D5AF is #A72A50. Grayscale: #ABABAB. Windows color (decimal): -10955345 or 11523416. OLE color: 11523416.

HSL color Cylindrical-coordinate representation of color #58D5AF: hue angle of 161.76º 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 #58D5AF is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 213 175 -
CMYK 0.59 0 0.18 0.16
HSL 161.76º 0.6% 0.59% -
HSV(B) 161.76º 0.59% 0.84% -
XYZ 35.56 52.76 48.87 -
YUV 171.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 88 213 175 0.59 0 0.18 0.16 161.76 0.6 0.59
Hex 58 D5 AF 3B 0 12 10 A2 3C 3B
Octal 130 325 257 73 0 22 20 242 74 73
Binary 1011000 11010101 10101111 111011 0 10010 10000 10100010 111100 111011

Color Harmonies of #58D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5AF

Black with #58D5AF

Text Example


Text Example

White with #58D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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