Html Css Color HEX #55B3BA Fountain Blue

📋 copy color: '#55B3BA'

red 85 ◦ green 179 ◦ blue 186

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

Shades of Fountain Blue #55B3BA

Tints of Fountain Blue #55B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

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

R = 18.89%
G = 39.78%
B = 41.33%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55B3BA (or 0x55B3BA) is known color: Fountain Blue. HEX triplet: 55, B3 and BA. RGB value is (85,179,186). Sum of RGB (Red+Green+Blue) = 85+179+186=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B3BA is #AA4C45. Grayscale: #979797. Windows color (decimal): -11160646 or 12235605. OLE color: 12235605.

HSL color Cylindrical-coordinate representation of color #55B3BA: hue angle of 184.16º 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 #55B3BA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 179 186 -
CMYK 0.54 0.04 0 0.27
HSL 184.16º 0.42% 0.53% -
HSV(B) 184.16º 0.54% 0.73% -
XYZ 28.73 37.72 52.22 -
YUV 151.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 85 179 186 0.54 0.04 0 0.27 184.16 0.42 0.53
Hex 55 B3 BA 36 4 0 1B B8 2A 35
Octal 125 263 272 66 4 0 33 270 52 65
Binary 1010101 10110011 10111010 110110 100 0 11011 10111000 101010 110101

Color Harmonies of #55B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B3BA

Black with #55B3BA

Text Example


Text Example

White with #55B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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