#53BEB9

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

Shades of Fountain Blue #53BEB9

Tints of Fountain Blue #53BEB9

Color information

#53BEB9 (or 0x53BEB9) is unknown color: approx Fountain Blue. HEX triplet: 53, BE and B9. RGB value is (83,190,185). Sum of RGB (Red+Green+Blue) = 83+190+185=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEB9 is #AC4146. Grayscale: #9D9D9D. Windows color (decimal): -11288903 or 12172883. OLE color: 12172883.

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

Color convert

RGB83190185-
CMYK0.5600.030.25
HSL177.2º45.15%53.53%-
HSV(B)177.2º56.32%74.51%-
XYZ30.7442.1752.42-
YUV157.44143.5574.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.12%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=18.12%
G=41.48%
B=40.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901850.5600.030.25177.245.1553.53
Hex53BEB9380319b12d36
Octal1232762717003312615566
Binary101001110111110101110011110000111100110110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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