#69BCBA

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

Shades of Fountain Blue #69BCBA

Tints of Fountain Blue #69BCBA

Color information

#69BCBA (or 0x69BCBA) is unknown color: approx Fountain Blue. HEX triplet: 69, BC and BA. RGB value is (105,188,186). Sum of RGB (Red+Green+Blue) = 105+188+186=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCBA is #964345. Grayscale: #A2A2A2. Windows color (decimal): -9847622 or 12237929. OLE color: 12237929.

HSL color Cylindrical-coordinate representation of color #69BCBA: hue angle of 178.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BCBA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB105188186-
CMYK0.4400.010.26
HSL178.55º38.25%57.45%-
HSV(B)178.55º44.15%73.73%-
XYZ32.6742.5152.94-
YUV162.9614186.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=21.92%
G=39.25%
B=38.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881860.4400.010.26178.5538.2557.45
Hex69BCBA2C011Ab32639
Octal1512742725401322634671
Binary11010011011110010111010101100011101010110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BCBA; }

 p { color: rgb(105,188,186); }

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

<style>
 a { background-color: #69BCBA; }

 a { background-color: rgb(105,188,186); }

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

<style>
 span { border-color: #69BCBA; }

 span { border-color: rgb(105,188,186); }

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