#61ABAB

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

Shades of Fountain Blue #61ABAB

Tints of Fountain Blue #61ABAB

Color information

#61ABAB (or 0x61ABAB) is unknown color: approx Fountain Blue. HEX triplet: 61, AB and AB. RGB value is (97,171,171). Sum of RGB (Red+Green+Blue) = 97+171+171=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #61ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABAB is #9E5454. Grayscale: #949494. Windows color (decimal): -10376277 or 11250529. OLE color: 11250529.

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

Color convert

RGB97171171-
CMYK0.43000.33
HSL180º30.58%52.55%-
HSV(B)180º43.27%67.06%-
XYZ26.8434.6143.79-
YUV148.87140.4891-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=22.10%
G=38.95%
B=38.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711710.43000.3318030.5852.55
Hex61ABAB2B0021b41f35
Octal1412532535300412643765
Binary11000011010101110101011101011001000011011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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