#67BFBB

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

Shades of Fountain Blue #67BFBB

Tints of Fountain Blue #67BFBB

Color information

#67BFBB (or 0x67BFBB) is unknown color: approx Fountain Blue. HEX triplet: 67, BF and BB. RGB value is (103,191,187). Sum of RGB (Red+Green+Blue) = 103+191+187=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFBB is #984044. Grayscale: #A4A4A4. Windows color (decimal): -9977925 or 12304231. OLE color: 12304231.

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

Color convert

RGB103191187-
CMYK0.4600.020.25
HSL177.27º40.74%57.65%-
HSV(B)177.27º46.07%74.9%-
XYZ33.1943.7353.71-
YUV164.23140.8584.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.41%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=21.41%
G=39.71%
B=38.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031911870.4600.020.25177.2740.7457.65
Hex67BFBB2E0219b1293a
Octal1472772735602312615172
Binary110011110111111101110111011100101100110110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BFBB; }

 p { color: rgb(103,191,187); }

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

<style>
 a { background-color: #67BFBB; }

 a { background-color: rgb(103,191,187); }

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

<style>
 span { border-color: #67BFBB; }

 span { border-color: rgb(103,191,187); }

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