Html Css Color HEX #55BABA Fountain Blue

📋 copy color: '#55BABA'

red 85 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #55BABA

Tints of Fountain Blue #55BABA

RGB

 RED value IS 85 (33.59% from 255) = 18.6%

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

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

R = 18.6%
G = 40.7%
B = 40.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55BABA (or 0x55BABA) is known color: Fountain Blue. HEX triplet: 55, BA and BA. RGB value is (85,186,186). Sum of RGB (Red+Green+Blue) = 85+186+186=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #55BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BABA is #AA4545. Grayscale: #9B9B9B. Windows color (decimal): -11158854 or 12237397. OLE color: 12237397.

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

Color convert

RGB 85 186 186 -
CMYK 0.54 0 0 0.27
HSL 180º 0.42% 0.53% -
HSV(B) 180º 0.54% 0.73% -
XYZ 30.17 40.59 52.7 -
YUV 155.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 85 186 186 0.54 0 0 0.27 180 0.42 0.53
Hex 55 BA BA 36 0 0 1B B4 2A 35
Octal 125 272 272 66 0 0 33 264 52 65
Binary 1010101 10111010 10111010 110110 0 0 11011 10110100 101010 110101

Color Harmonies of #55BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BABA

Black with #55BABA

Text Example


Text Example

White with #55BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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