Html Css Color HEX #58B5BA Fountain Blue

📋 copy color: '#58B5BA'

red 88 ◦ green 181 ◦ blue 186

#58B5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #58B5BA

Tints of Fountain Blue #58B5BA

RGB

 RED value IS 88 (34.77% from 255) = 19.34%

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 19.34%
G = 39.78%
B = 40.88%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58B5BA (or 0x58B5BA) is known color: Fountain Blue. HEX triplet: 58, B5 and BA. RGB value is (88,181,186). Sum of RGB (Red+Green+Blue) = 88+181+186=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #58B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B5BA is #A74A45. Grayscale: #999999. Windows color (decimal): -10963526 or 12236120. OLE color: 12236120.

HSL color Cylindrical-coordinate representation of color #58B5BA: hue angle of 183.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58B5BA is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 181 186 -
CMYK 0.53 0.03 0 0.27
HSL 183.06º 0.42% 0.54% -
HSV(B) 183.06º 0.53% 0.73% -
XYZ 29.41 38.67 52.37 -
YUV 153.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 88 181 186 0.53 0.03 0 0.27 183.06 0.42 0.54
Hex 58 B5 BA 35 3 0 1B B7 2A 36
Octal 130 265 272 65 3 0 33 267 52 66
Binary 1011000 10110101 10111010 110101 11 0 11011 10110111 101010 110110

Color Harmonies of #58B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B5BA

Black with #58B5BA

Text Example


Text Example

White with #58B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58B5BA;
 }
 .AnyTagClassName
 {
   color: #58B5BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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