#58FCB0

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

Shades of Medium Aquamarine #58FCB0

Tints of Medium Aquamarine #58FCB0

Color information

#58FCB0 (or 0x58FCB0) is unknown color: approx Medium Aquamarine. HEX triplet: 58, FC and B0. RGB value is (88,252,176). Sum of RGB (Red+Green+Blue) = 88+252+176=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FCB0 is #A7034F. Grayscale: #C2C2C2. Windows color (decimal): -10945360 or 11598936. OLE color: 11598936.

HSL color Cylindrical-coordinate representation of color #58FCB0: hue angle of 152.2º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCB0 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB88252176-
CMYK0.6500.300.01
HSL152.2º96.47%66.67%-
HSV(B)152.2º65.08%98.82%-
XYZ46.6774.8353.06-
YUV194.3117.6752.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.05%
GREEN value IS 252 (98.83% from 255) = 48.84%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=17.05%
G=48.84%
B=34.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882521760.6500.300.01152.296.4766.67
Hex58FCB04101E1986043
Octal1303742601010361230140103
Binary10110001111110010110000100000101111011001100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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