#58F7BA

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

Shades of Downy #58F7BA

Tints of Downy #58F7BA

Color information

#58F7BA (or 0x58F7BA) is unknown color: approx Downy. HEX triplet: 58, F7 and BA. RGB value is (88,247,186). Sum of RGB (Red+Green+Blue) = 88+247+186=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #58F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F7BA is #A70845. Grayscale: #C0C0C0. Windows color (decimal): -10946630 or 12253016. OLE color: 12253016.

HSL color Cylindrical-coordinate representation of color #58F7BA: hue angle of 156.98º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F7BA is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB88247186-
CMYK0.6400.250.03
HSL156.98º90.86%65.69%-
HSV(B)156.98º64.37%96.86%-
XYZ46.1572.1457.95-
YUV192.5124.3253.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.89%
GREEN value IS 247 (96.88% from 255) = 47.41%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=16.89%
G=47.41%
B=35.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal882471860.6400.250.03156.9890.8665.69
Hex58F7BA4001939d5b42
Octal1303672721000313235133102
Binary101100011110111101110101000000011001111001110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,247,186); }

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

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

 a { background-color: rgb(88,247,186); }

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

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

 span { border-color: rgb(88,247,186); }

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