#6ABABE

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

Shades of Fountain Blue #6ABABE

Tints of Fountain Blue #6ABABE

Color information

#6ABABE (or 0x6ABABE) is unknown color: approx Fountain Blue. HEX triplet: 6A, BA and BE. RGB value is (106,186,190). Sum of RGB (Red+Green+Blue) = 106+186+190=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #6ABABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABABE is #954541. Grayscale: #A2A2A2. Windows color (decimal): -9782594 or 12499562. OLE color: 12499562.

HSL color Cylindrical-coordinate representation of color #6ABABE: hue angle of 182.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABABE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106186190-
CMYK0.440.0200.25
HSL182.86º39.25%58.04%-
HSV(B)182.86º44.21%74.51%-
XYZ32.841.955.07-
YUV162.54143.587.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=21.99%
G=38.59%
B=39.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061861900.440.0200.25182.8639.2558.04
Hex6ABABE2C2019b7273a
Octal1522722765420312674772
Binary110101010111010101111101011001001100110110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ABABE; }

 p { color: rgb(106,186,190); }

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

<style>
 a { background-color: #6ABABE; }

 a { background-color: rgb(106,186,190); }

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

<style>
 span { border-color: #6ABABE; }

 span { border-color: rgb(106,186,190); }

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