#52BEB9

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

Shades of Fountain Blue #52BEB9

Tints of Fountain Blue #52BEB9

Color information

#52BEB9 (or 0x52BEB9) is unknown color: approx Fountain Blue. HEX triplet: 52, BE and B9. RGB value is (82,190,185). Sum of RGB (Red+Green+Blue) = 82+190+185=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEB9 is #AD4146. Grayscale: #9D9D9D. Windows color (decimal): -11354439 or 12172882. OLE color: 12172882.

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

Color convert

RGB82190185-
CMYK0.5700.030.25
HSL177.22º45.38%53.33%-
HSV(B)177.22º56.84%74.51%-
XYZ30.6542.1252.41-
YUV157.14143.7274.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=17.94%
G=41.58%
B=40.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901850.5700.030.25177.2245.3853.33
Hex52BEB9390319b12d35
Octal1222762717103312615565
Binary101001010111110101110011110010111100110110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,185); }

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

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

 a { background-color: rgb(82,190,185); }

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

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

 span { border-color: rgb(82,190,185); }

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