Html Css Color HEX #53BAB9 Fountain Blue

📋 copy color: '#53BAB9'

red 83 ◦ green 186 ◦ blue 185

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

Shades of Fountain Blue #53BAB9

Tints of Fountain Blue #53BAB9

RGB

 RED value IS 83 (32.81% from 255) = 18.28%

 GREEN value IS 186 (73.05% from 255) = 40.97%

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 18.28%
G = 40.97%
B = 40.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#53BAB9 (or 0x53BAB9) is known color: Fountain Blue. HEX triplet: 53, BA and B9. RGB value is (83,186,185). Sum of RGB (Red+Green+Blue) = 83+186+185=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAB9 is #AC4546. Grayscale: #9A9A9A. Windows color (decimal): -11289927 or 12171859. OLE color: 12171859.

HSL color Cylindrical-coordinate representation of color #53BAB9: hue angle of 179.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BAB9 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 185 -
CMYK 0.55 0 0.01 0.27
HSL 179.42º 0.43% 0.53% -
HSV(B) 179.42º 0.55% 0.73% -
XYZ 29.88 40.46 52.13 -
YUV 155.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 83 186 185 0.55 0 0.01 0.27 179.42 0.43 0.53
Hex 53 BA B9 37 0 1 1B B3 2B 35
Octal 123 272 271 67 0 1 33 263 53 65
Binary 1010011 10111010 10111001 110111 0 1 11011 10110011 101011 110101

Color Harmonies of #53BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAB9

Black with #53BAB9

Text Example


Text Example

White with #53BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BAB9;
 }
 .AnyTagClassName
 {
   color: #53BAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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