Html Css Color HEX #58DAB0 Medium Aquamarine

📋 copy color: '#58DAB0'

red 88 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #58DAB0

Tints of Medium Aquamarine #58DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 18.26%
G = 45.23%
B = 36.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#58DAB0 (or 0x58DAB0) is known color: Medium Aquamarine. HEX triplet: 58, DA and B0. RGB value is (88,218,176). Sum of RGB (Red+Green+Blue) = 88+218+176=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DAB0 is #A7254F. Grayscale: #AEAEAE. Windows color (decimal): -10954064 or 11590232. OLE color: 11590232.

HSL color Cylindrical-coordinate representation of color #58DAB0: hue angle of 160.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DAB0 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 218 176 -
CMYK 0.60 0 0.19 0.15
HSL 160.62º 0.64% 0.6% -
HSV(B) 160.62º 0.6% 0.85% -
XYZ 36.93 55.35 49.81 -
YUV 174.34 128.93 66.42 -
System Red Green Blue C M Y K H S L
Decimal 88 218 176 0.60 0 0.19 0.15 160.62 0.64 0.6
Hex 58 DA B0 3C 0 13 F A1 40 3C
Octal 130 332 260 74 0 23 17 241 100 74
Binary 1011000 11011010 10110000 111100 0 10011 1111 10100001 1000000 111100

Color Harmonies of #58DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAB0

Black with #58DAB0

Text Example


Text Example

White with #58DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,218,176); }

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

background-color css

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

 a { background-color: rgb(88,218,176); }

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

border-color css

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

 span { border-color: rgb(88,218,176); }

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