Html Css Color HEX #58CBA0 Medium Aquamarine

📋 copy color: '#58CBA0'

red 88 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #58CBA0

Tints of Medium Aquamarine #58CBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.01%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 19.51%
G = 45.01%
B = 35.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#58CBA0 (or 0x58CBA0) is known color: Medium Aquamarine. HEX triplet: 58, CB and A0. RGB value is (88,203,160). Sum of RGB (Red+Green+Blue) = 88+203+160=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #58CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CBA0 is #A7345F. Grayscale: #A3A3A3. Windows color (decimal): -10957920 or 10537816. OLE color: 10537816.

HSL color Cylindrical-coordinate representation of color #58CBA0: hue angle of 157.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CBA0 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 203 160 -
CMYK 0.57 0 0.21 0.20
HSL 157.57º 0.53% 0.57% -
HSV(B) 157.57º 0.57% 0.8% -
XYZ 31.73 47.32 40.72 -
YUV 163.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 88 203 160 0.57 0 0.21 0.20 157.57 0.53 0.57
Hex 58 CB A0 39 0 15 14 9E 35 39
Octal 130 313 240 71 0 25 24 236 65 71
Binary 1011000 11001011 10100000 111001 0 10101 10100 10011110 110101 111001

Color Harmonies of #58CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBA0

Black with #58CBA0

Text Example


Text Example

White with #58CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,203,160); }

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

background-color css

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

 a { background-color: rgb(88,203,160); }

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

border-color css

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

 span { border-color: rgb(88,203,160); }

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