Html Css Color HEX #58CDB1 Medium Aquamarine

📋 copy color: '#58CDB1'

red 88 ◦ green 205 ◦ blue 177

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

Shades of Medium Aquamarine #58CDB1

Tints of Medium Aquamarine #58CDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 18.72%
G = 43.62%
B = 37.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#58CDB1 (or 0x58CDB1) is known color: Medium Aquamarine. HEX triplet: 58, CD and B1. RGB value is (88,205,177). Sum of RGB (Red+Green+Blue) = 88+205+177=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CDB1 is #A7324E. Grayscale: #A6A6A6. Windows color (decimal): -10957391 or 11652440. OLE color: 11652440.

HSL color Cylindrical-coordinate representation of color #58CDB1: hue angle of 165.64º degrees, saturation: 0.54, 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 #58CDB1 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 205 177 -
CMYK 0.57 0 0.14 0.20
HSL 165.64º 0.54% 0.57% -
HSV(B) 165.64º 0.57% 0.8% -
XYZ 33.79 48.91 49.25 -
YUV 166.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 88 205 177 0.57 0 0.14 0.20 165.64 0.54 0.57
Hex 58 CD B1 39 0 E 14 A6 36 39
Octal 130 315 261 71 0 16 24 246 66 71
Binary 1011000 11001101 10110001 111001 0 1110 10100 10100110 110110 111001

Color Harmonies of #58CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDB1

Black with #58CDB1

Text Example


Text Example

White with #58CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,205,177); }

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

background-color css

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

 a { background-color: rgb(88,205,177); }

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

border-color css

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

 span { border-color: rgb(88,205,177); }

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