#58bebe

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

Shades of Fountain Blue #58BEBE

Tints of Fountain Blue #58BEBE

Color information

#58BEBE (or 0x58BEBE) is unknown color: approx Fountain Blue. HEX triplet: 58, BE and BE. RGB value is (88,190,190). Sum of RGB (Red+Green+Blue) = 88+190+190=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #58BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BEBE is #A74141. Grayscale: #9F9F9F. Windows color (decimal): -10961218 or 12500568. OLE color: 12500568.

HSL color Cylindrical-coordinate representation of color #58BEBE: hue angle of 180º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BEBE is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88190190-
CMYK0.54000.25
HSL180º43.97%54.51%-
HSV(B)180º53.68%74.51%-
XYZ31.7342.6255.27-
YUV159.5145.2177-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.80%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=18.80%
G=40.60%
B=40.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901900.54000.2518043.9754.51
Hex58BEBE360019b42c37
Octal1302762766600312645467
Binary10110001011111010111110110110001100110110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58bebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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