Html Css Color HEX #55BDBB Fountain Blue

📋 copy color: '#55BDBB'

red 85 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #55BDBB

Tints of Fountain Blue #55BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

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

R = 18.44%
G = 41%
B = 40.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#55BDBB (or 0x55BDBB) is known color: Fountain Blue. HEX triplet: 55, BD and BB. RGB value is (85,189,187). Sum of RGB (Red+Green+Blue) = 85+189+187=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDBB is #AA4244. Grayscale: #9D9D9D. Windows color (decimal): -11158085 or 12303701. OLE color: 12303701.

HSL color Cylindrical-coordinate representation of color #55BDBB: hue angle of 178.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BDBB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 187 -
CMYK 0.55 0 0.01 0.26
HSL 178.85º 0.44% 0.54% -
HSV(B) 178.85º 0.55% 0.74% -
XYZ 30.91 41.91 53.47 -
YUV 157.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 85 189 187 0.55 0 0.01 0.26 178.85 0.44 0.54
Hex 55 BD BB 37 0 1 1A B3 2C 36
Octal 125 275 273 67 0 1 32 263 54 66
Binary 1010101 10111101 10111011 110111 0 1 11010 10110011 101100 110110

Color Harmonies of #55BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDBB

Black with #55BDBB

Text Example


Text Example

White with #55BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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