Html Css Color HEX #58B8BA Fountain Blue

📋 copy color: '#58B8BA'

red 88 ◦ green 184 ◦ blue 186

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

Shades of Fountain Blue #58B8BA

Tints of Fountain Blue #58B8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 19.21%
G = 40.17%
B = 40.61%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58B8BA (or 0x58B8BA) is known color: Fountain Blue. HEX triplet: 58, B8 and BA. RGB value is (88,184,186). Sum of RGB (Red+Green+Blue) = 88+184+186=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #58B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8BA is #A74745. Grayscale: #9B9B9B. Windows color (decimal): -10962758 or 12236888. OLE color: 12236888.

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

Color convert

RGB 88 184 186 -
CMYK 0.53 0.01 0 0.27
HSL 181.22º 0.42% 0.54% -
HSV(B) 181.22º 0.53% 0.73% -
XYZ 30.03 39.9 52.57 -
YUV 155.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 88 184 186 0.53 0.01 0 0.27 181.22 0.42 0.54
Hex 58 B8 BA 35 1 0 1B B5 2A 36
Octal 130 270 272 65 1 0 33 265 52 66
Binary 1011000 10111000 10111010 110101 1 0 11011 10110101 101010 110110

Color Harmonies of #58B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8BA

Black with #58B8BA

Text Example


Text Example

White with #58B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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