Html Css Color HEX #58BABA Fountain Blue

📋 copy color: '#58BABA'

red 88 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #58BABA

Tints of Fountain Blue #58BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

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

R = 19.13%
G = 40.43%
B = 40.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#58BABA (or 0x58BABA) is known color: Fountain Blue. HEX triplet: 58, BA and BA. RGB value is (88,186,186). Sum of RGB (Red+Green+Blue) = 88+186+186=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #58BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BABA is #A74545. Grayscale: #9C9C9C. Windows color (decimal): -10962246 or 12237400. OLE color: 12237400.

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

Color convert

RGB 88 186 186 -
CMYK 0.53 0 0 0.27
HSL 180º 0.42% 0.54% -
HSV(B) 180º 0.53% 0.73% -
XYZ 30.45 40.74 52.71 -
YUV 156.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 88 186 186 0.53 0 0 0.27 180 0.42 0.54
Hex 58 BA BA 35 0 0 1B B4 2A 36
Octal 130 272 272 65 0 0 33 264 52 66
Binary 1011000 10111010 10111010 110101 0 0 11011 10110100 101010 110110

Color Harmonies of #58BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BABA

Black with #58BABA

Text Example


Text Example

White with #58BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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