#52BBB6

Color #52BBB6 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #52BBB6

Tints of Fountain Blue #52BBB6

Color information

#52BBB6 (or 0x52BBB6) is unknown color: approx Fountain Blue. HEX triplet: 52, BB and B6. RGB value is (82,187,182). Sum of RGB (Red+Green+Blue) = 82+187+182=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBB6 is #AD4449. Grayscale: #9A9A9A. Windows color (decimal): -11355210 or 11975506. OLE color: 11975506.

HSL color Cylindrical-coordinate representation of color #52BBB6: hue angle of 177.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BBB6 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB82187182-
CMYK0.5600.030.27
HSL177.14º43.57%52.75%-
HSV(B)177.14º56.15%73.33%-
XYZ29.6940.7150.55-
YUV155.03143.2175.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 182 (71.48% from 255) = 40.35%
R=18.18%
G=41.46%
B=40.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871820.5600.030.27177.1443.5752.75
Hex52BBB638031Bb12c35
Octal1222732667003332615465
Binary101001010111011101101101110000111101110110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BBB6; }

 p { color: rgb(82,187,182); }

 H1.HeaderClassName
 {
   color: #52BBB6;
 }
 .AnyTagClassName
 {
   color: #52BBB6;
 }
</style>
background-color css

<style>
 a { background-color: #52BBB6; }

 a { background-color: rgb(82,187,182); }

 div.DivClassName
 {
   background-color: #52BBB6;
 }
 .BgClassName
 {
   background-color: #52BBB6;
 }
</style>
border-color css

<style>
 span { border-color: #52BBB6; }

 span { border-color: rgb(82,187,182); }

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