Html Css Color HEX #58CCB0 Medium Aquamarine

📋 copy color: '#58CCB0'

red 88 ◦ green 204 ◦ blue 176

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

Shades of Medium Aquamarine #58CCB0

Tints of Medium Aquamarine #58CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 18.8%
G = 43.59%
B = 37.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#58CCB0 (or 0x58CCB0) is known color: Medium Aquamarine. HEX triplet: 58, CC and B0. RGB value is (88,204,176). Sum of RGB (Red+Green+Blue) = 88+204+176=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #58CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CCB0 is #A7334F. Grayscale: #A6A6A6. Windows color (decimal): -10957648 or 11586648. OLE color: 11586648.

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

Color convert

RGB 88 204 176 -
CMYK 0.57 0 0.14 0.2
HSL 165.52º 0.53% 0.57% -
HSV(B) 165.52º 0.57% 0.8% -
XYZ 33.45 48.4 48.65 -
YUV 166.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 88 204 176 0.57 0 0.14 0.2 165.52 0.53 0.57
Hex 58 CC B0 39 0 E 14 A6 35 39
Octal 130 314 260 71 0 16 24 246 65 71
Binary 1011000 11001100 10110000 111001 0 1110 10100 10100110 110101 111001

Color Harmonies of #58CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CCB0

Black with #58CCB0

Text Example


Text Example

White with #58CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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