Html Css Color HEX #58DBA6 Medium Aquamarine

📋 copy color: '#58DBA6'

red 88 ◦ green 219 ◦ blue 166

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

Shades of Medium Aquamarine #58DBA6

Tints of Medium Aquamarine #58DBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 18.6%
G = 46.3%
B = 35.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#58DBA6 (or 0x58DBA6) is known color: Medium Aquamarine. HEX triplet: 58, DB and A6. RGB value is (88,219,166). Sum of RGB (Red+Green+Blue) = 88+219+166=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DBA6 is #A72459. Grayscale: #ADADAD. Windows color (decimal): -10953818 or 10935128. OLE color: 10935128.

HSL color Cylindrical-coordinate representation of color #58DBA6: hue angle of 155.73º 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 #58DBA6 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 166 -
CMYK 0.60 0 0.24 0.14
HSL 155.73º 0.65% 0.6% -
HSV(B) 155.73º 0.6% 0.86% -
XYZ 36.24 55.49 44.88 -
YUV 173.79 123.6 66.81 -
System Red Green Blue C M Y K H S L
Decimal 88 219 166 0.60 0 0.24 0.14 155.73 0.65 0.6
Hex 58 DB A6 3C 0 18 E 9C 41 3C
Octal 130 333 246 74 0 30 16 234 101 74
Binary 1011000 11011011 10100110 111100 0 11000 1110 10011100 1000001 111100

Color Harmonies of #58DBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBA6

Black with #58DBA6

Text Example


Text Example

White with #58DBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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