#6ABEBC

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

Shades of Fountain Blue #6ABEBC

Tints of Fountain Blue #6ABEBC

Color information

#6ABEBC (or 0x6ABEBC) is unknown color: approx Fountain Blue. HEX triplet: 6A, BE and BC. RGB value is (106,190,188). Sum of RGB (Red+Green+Blue) = 106+190+188=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEBC is #954143. Grayscale: #A4A4A4. Windows color (decimal): -9781572 or 12369514. OLE color: 12369514.

HSL color Cylindrical-coordinate representation of color #6ABEBC: hue angle of 178.57º 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 #6ABEBC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB106190188-
CMYK0.4400.010.25
HSL178.57º39.25%58.04%-
HSV(B)178.57º44.21%74.51%-
XYZ33.4343.5254.22-
YUV164.66141.1786.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=21.90%
G=39.26%
B=38.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901880.4400.010.25178.5739.2558.04
Hex6ABEBC2C0119b3273a
Octal1522762745401312634772
Binary11010101011111010111100101100011100110110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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