Html Css Color HEX #55BFBA Fountain Blue

📋 copy color: '#55BFBA'

red 85 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #55BFBA

Tints of Fountain Blue #55BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

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

R = 18.4%
G = 41.34%
B = 40.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#55BFBA (or 0x55BFBA) is known color: Fountain Blue. HEX triplet: 55, BF and BA. RGB value is (85,191,186). Sum of RGB (Red+Green+Blue) = 85+191+186=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFBA is #AA4045. Grayscale: #9E9E9E. Windows color (decimal): -11157574 or 12238677. OLE color: 12238677.

HSL color Cylindrical-coordinate representation of color #55BFBA: hue angle of 177.17º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BFBA is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 186 -
CMYK 0.55 0 0.03 0.25
HSL 177.17º 0.45% 0.54% -
HSV(B) 177.17º 0.55% 0.75% -
XYZ 31.24 42.74 53.06 -
YUV 158.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 85 191 186 0.55 0 0.03 0.25 177.17 0.45 0.54
Hex 55 BF BA 37 0 3 19 B1 2D 36
Octal 125 277 272 67 0 3 31 261 55 66
Binary 1010101 10111111 10111010 110111 0 11 11001 10110001 101101 110110

Color Harmonies of #55BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFBA

Black with #55BFBA

Text Example


Text Example

White with #55BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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