#58ffc5

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

Shades of Aquamarine #58FFC5

Tints of Aquamarine #58FFC5

Color information

#58FFC5 (or 0x58FFC5) is unknown color: approx Aquamarine. HEX triplet: 58, FF and C5. RGB value is (88,255,197). Sum of RGB (Red+Green+Blue) = 88+255+197=540 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.30% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFC5 is #A7003A. Grayscale: #C6C6C6. Windows color (decimal): -10944571 or 12975960. OLE color: 12975960.

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

Color convert

RGB88255197-
CMYK0.6500.230
HSL159.16º100%67.25%-
HSV(B)159.16º65.49%100%-
XYZ49.8677.6365.18-
YUV198.46127.1749.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.30%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=16.30%
G=47.22%
B=36.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882551970.6500.230159.1610067.25
Hex58FFC54101709f6443
Octal1303773051010270237144103
Binary10110001111111111000101100000101011101001111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ffc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,255,197); }

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

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

 a { background-color: rgb(88,255,197); }

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

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

 span { border-color: rgb(88,255,197); }

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