#67BFBF

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

Shades of Fountain Blue #67BFBF

Tints of Fountain Blue #67BFBF

Color information

#67BFBF (or 0x67BFBF) is unknown color: approx Fountain Blue. HEX triplet: 67, BF and BF. RGB value is (103,191,191). Sum of RGB (Red+Green+Blue) = 103+191+191=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #67BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFBF is #984040. Grayscale: #A4A4A4. Windows color (decimal): -9977921 or 12566375. OLE color: 12566375.

HSL color Cylindrical-coordinate representation of color #67BFBF: hue angle of 180º 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 #67BFBF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103191191-
CMYK0.46000.25
HSL180º40.74%57.65%-
HSV(B)180º46.07%74.9%-
XYZ33.6343.9155.99-
YUV164.69142.8584-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.24%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 191 (75% from 255) = 39.38%
R=21.24%
G=39.38%
B=39.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031911910.46000.2518040.7457.65
Hex67BFBF2E0019b4293a
Octal1472772775600312645172
Binary11001111011111110111111101110001100110110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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