Html Css Color HEX #55BFBB Fountain Blue

📋 copy color: '#55BFBB'

red 85 ◦ green 191 ◦ blue 187

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

Shades of Fountain Blue #55BFBB

Tints of Fountain Blue #55BFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 18.36%
G = 41.25%
B = 40.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#55BFBB (or 0x55BFBB) is known color: Fountain Blue. HEX triplet: 55, BF and BB. RGB value is (85,191,187). Sum of RGB (Red+Green+Blue) = 85+191+187=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFBB is #AA4044. Grayscale: #9E9E9E. Windows color (decimal): -11157573 or 12304213. OLE color: 12304213.

HSL color Cylindrical-coordinate representation of color #55BFBB: hue angle of 177.74º 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 #55BFBB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 187 -
CMYK 0.55 0 0.02 0.25
HSL 177.74º 0.45% 0.54% -
HSV(B) 177.74º 0.55% 0.75% -
XYZ 31.35 42.78 53.62 -
YUV 158.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 85 191 187 0.55 0 0.02 0.25 177.74 0.45 0.54
Hex 55 BF BB 37 0 2 19 B2 2D 36
Octal 125 277 273 67 0 2 31 262 55 66
Binary 1010101 10111111 10111011 110111 0 10 11001 10110010 101101 110110

Color Harmonies of #55BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFBB

Black with #55BFBB

Text Example


Text Example

White with #55BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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