Html Css Color HEX #55B9BA Fountain Blue

📋 copy color: '#55B9BA'

red 85 ◦ green 185 ◦ blue 186

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

Shades of Fountain Blue #55B9BA

Tints of Fountain Blue #55B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

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

R = 18.64%
G = 40.57%
B = 40.79%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55B9BA (or 0x55B9BA) is known color: Fountain Blue. HEX triplet: 55, B9 and BA. RGB value is (85,185,186). Sum of RGB (Red+Green+Blue) = 85+185+186=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9BA is #AA4645. Grayscale: #9B9B9B. Windows color (decimal): -11159110 or 12237141. OLE color: 12237141.

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

Color convert

RGB 85 185 186 -
CMYK 0.54 0.01 0 0.27
HSL 180.59º 0.42% 0.53% -
HSV(B) 180.59º 0.54% 0.73% -
XYZ 29.96 40.17 52.63 -
YUV 155.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 85 185 186 0.54 0.01 0 0.27 180.59 0.42 0.53
Hex 55 B9 BA 36 1 0 1B B5 2A 35
Octal 125 271 272 66 1 0 33 265 52 65
Binary 1010101 10111001 10111010 110110 1 0 11011 10110101 101010 110101

Color Harmonies of #55B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B9BA

Black with #55B9BA

Text Example


Text Example

White with #55B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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