#52B6B3

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

Shades of Fountain Blue #52B6B3

Tints of Fountain Blue #52B6B3

Color information

#52B6B3 (or 0x52B6B3) is unknown color: approx Fountain Blue. HEX triplet: 52, B6 and B3. RGB value is (82,182,179). Sum of RGB (Red+Green+Blue) = 82+182+179=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #52B6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B6B3 is #AD494C. Grayscale: #979797. Windows color (decimal): -11356493 or 11777618. OLE color: 11777618.

HSL color Cylindrical-coordinate representation of color #52B6B3: hue angle of 178.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B6B3 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB82182179-
CMYK0.5500.020.29
HSL178.2º40.65%51.76%-
HSV(B)178.2º54.95%71.37%-
XYZ28.3438.548.59-
YUV151.76143.3778.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=18.51%
G=41.08%
B=40.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821790.5500.020.29178.240.6551.76
Hex52B6B337021Db22934
Octal1222662636702352625164
Binary101001010110110101100111101110101110110110010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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