#58FCBE

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

Shades of Aquamarine #58FCBE

Tints of Aquamarine #58FCBE

Color information

#58FCBE (or 0x58FCBE) is unknown color: approx Aquamarine. HEX triplet: 58, FC and BE. RGB value is (88,252,190). Sum of RGB (Red+Green+Blue) = 88+252+190=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCBE is #A70341. Grayscale: #C3C3C3. Windows color (decimal): -10945346 or 12516440. OLE color: 12516440.

HSL color Cylindrical-coordinate representation of color #58FCBE: hue angle of 157.32º 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 #58FCBE is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB88252190-
CMYK0.6500.250.01
HSL157.32º96.47%66.67%-
HSV(B)157.32º65.08%98.82%-
XYZ48.1375.4160.73-
YUV195.9124.6751.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.60%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=16.60%
G=47.55%
B=35.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882521900.6500.250.01157.3296.4766.67
Hex58FCBE4101919d6043
Octal1303742761010311235140103
Binary10110001111110010111110100000101100111001110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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