#67BFB8

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

Shades of Fountain Blue #67BFB8

Tints of Fountain Blue #67BFB8

Color information

#67BFB8 (or 0x67BFB8) is unknown color: approx Fountain Blue. HEX triplet: 67, BF and B8. RGB value is (103,191,184). Sum of RGB (Red+Green+Blue) = 103+191+184=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFB8 is #984047. Grayscale: #A3A3A3. Windows color (decimal): -9977928 or 12107623. OLE color: 12107623.

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

Color convert

RGB103191184-
CMYK0.4600.040.25
HSL175.23º40.74%57.65%-
HSV(B)175.23º46.07%74.9%-
XYZ32.8843.6152.03-
YUV163.89139.3584.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 184 (72.27% from 255) = 38.49%
R=21.55%
G=39.96%
B=38.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031911840.4600.040.25175.2340.7457.65
Hex67BFB82E0419af293a
Octal1472772705604312575172
Binary1100111101111111011100010111001001100110101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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