#6EBFBE

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

Shades of Fountain Blue #6EBFBE

Tints of Fountain Blue #6EBFBE

Color information

#6EBFBE (or 0x6EBFBE) is unknown color: approx Fountain Blue. HEX triplet: 6E, BF and BE. RGB value is (110,191,190). Sum of RGB (Red+Green+Blue) = 110+191+190=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFBE is #914041. Grayscale: #A6A6A6. Windows color (decimal): -9519170 or 12500846. OLE color: 12500846.

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

Color convert

RGB110191190-
CMYK0.4200.010.25
HSL179.26º38.76%59.02%-
HSV(B)179.26º42.41%74.9%-
XYZ34.3644.2955.45-
YUV166.67141.1687.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=22.40%
G=38.90%
B=38.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101911900.4200.010.25179.2638.7659.02
Hex6EBFBE2A0119b3273b
Octal1562772765201312634773
Binary11011101011111110111110101010011100110110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,190); }

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

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

 a { background-color: rgb(110,191,190); }

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

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

 span { border-color: rgb(110,191,190); }

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