Html Css Color HEX #53ABAB Fountain Blue

📋 copy color: '#53ABAB'

red 83 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #53ABAB

Tints of Fountain Blue #53ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 19.53%
G = 40.24%
B = 40.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#53ABAB (or 0x53ABAB) is known color: Fountain Blue. HEX triplet: 53, AB and AB. RGB value is (83,171,171). Sum of RGB (Red+Green+Blue) = 83+171+171=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #53ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABAB is #AC5454. Grayscale: #909090. Windows color (decimal): -11293781 or 11250515. OLE color: 11250515.

HSL color Cylindrical-coordinate representation of color #53ABAB: hue angle of 180º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53ABAB is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 171 171 -
CMYK 0.51 0 0 0.33
HSL 180º 0.35% 0.5% -
HSV(B) 180º 0.51% 0.67% -
XYZ 25.48 33.91 43.73 -
YUV 144.69 142.85 84 -
System Red Green Blue C M Y K H S L
Decimal 83 171 171 0.51 0 0 0.33 180 0.35 0.5
Hex 53 AB AB 33 0 0 21 B4 23 32
Octal 123 253 253 63 0 0 41 264 43 62
Binary 1010011 10101011 10101011 110011 0 0 100001 10110100 100011 110010

Color Harmonies of #53ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABAB

Black with #53ABAB

Text Example


Text Example

White with #53ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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