Html Css Color HEX #58DBB2 Medium Aquamarine

📋 copy color: '#58DBB2'

red 88 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #58DBB2

Tints of Medium Aquamarine #58DBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 18.14%
G = 45.15%
B = 36.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#58DBB2 (or 0x58DBB2) is known color: Medium Aquamarine. HEX triplet: 58, DB and B2. RGB value is (88,219,178). Sum of RGB (Red+Green+Blue) = 88+219+178=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DBB2 is #A7244D. Grayscale: #AFAFAF. Windows color (decimal): -10953806 or 11721560. OLE color: 11721560.

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

Color convert

RGB 88 219 178 -
CMYK 0.60 0 0.19 0.14
HSL 161.22º 0.65% 0.6% -
HSV(B) 161.22º 0.6% 0.86% -
XYZ 37.39 55.95 50.95 -
YUV 175.16 129.6 65.83 -
System Red Green Blue C M Y K H S L
Decimal 88 219 178 0.60 0 0.19 0.14 161.22 0.65 0.6
Hex 58 DB B2 3C 0 13 E A1 41 3C
Octal 130 333 262 74 0 23 16 241 101 74
Binary 1011000 11011011 10110010 111100 0 10011 1110 10100001 1000001 111100

Color Harmonies of #58DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBB2

Black with #58DBB2

Text Example


Text Example

White with #58DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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