Html Css Color HEX #58DBAF Medium Aquamarine

📋 copy color: '#58DBAF'

red 88 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #58DBAF

Tints of Medium Aquamarine #58DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 18.26%
G = 45.44%
B = 36.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#58DBAF (or 0x58DBAF) is known color: Medium Aquamarine. HEX triplet: 58, DB and AF. RGB value is (88,219,175). Sum of RGB (Red+Green+Blue) = 88+219+175=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DBAF is #A72450. Grayscale: #AEAEAE. Windows color (decimal): -10953809 or 11524952. OLE color: 11524952.

HSL color Cylindrical-coordinate representation of color #58DBAF: hue angle of 159.85º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DBAF is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 175 -
CMYK 0.60 0 0.20 0.14
HSL 159.85º 0.65% 0.6% -
HSV(B) 159.85º 0.6% 0.86% -
XYZ 37.09 55.83 49.38 -
YUV 174.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 88 219 175 0.60 0 0.20 0.14 159.85 0.65 0.6
Hex 58 DB AF 3C 0 14 E A0 41 3C
Octal 130 333 257 74 0 24 16 240 101 74
Binary 1011000 11011011 10101111 111100 0 10100 1110 10100000 1000001 111100

Color Harmonies of #58DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBAF

Black with #58DBAF

Text Example


Text Example

White with #58DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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