#58CAB5

Color #58CAB5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #58CAB5

Tints of Medium Aquamarine #58CAB5

Color information

#58CAB5 (or 0x58CAB5) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CA and B5. RGB value is (88,202,181). Sum of RGB (Red+Green+Blue) = 88+202+181=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #58CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CAB5 is #A7354A. Grayscale: #A5A5A5. Windows color (decimal): -10958155 or 11913816. OLE color: 11913816.

HSL color Cylindrical-coordinate representation of color #58CAB5: hue angle of 168.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CAB5 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB88202181-
CMYK0.5600.100.21
HSL168.95º51.82%56.86%-
HSV(B)168.95º56.44%79.22%-
XYZ33.4947.6551.15-
YUV165.52136.7372.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.68%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 181 (71.09% from 255) = 38.43%
R=18.68%
G=42.89%
B=38.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021810.5600.100.21168.9551.8256.86
Hex58CAB5380A15a93439
Octal13031226570012252516471
Binary10110001100101010110101111000010101010110101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,202,181); }

 H1.HeaderClassName
 {
   color: #58CAB5;
 }
 .AnyTagClassName
 {
   color: #58CAB5;
 }
</style>
background-color css

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

 a { background-color: rgb(88,202,181); }

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

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

 span { border-color: rgb(88,202,181); }

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