#67BDBB

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

Shades of Fountain Blue #67BDBB

Tints of Fountain Blue #67BDBB

Color information

#67BDBB (or 0x67BDBB) is unknown color: approx Fountain Blue. HEX triplet: 67, BD and BB. RGB value is (103,189,187). Sum of RGB (Red+Green+Blue) = 103+189+187=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #67BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDBB is #984244. Grayscale: #A2A2A2. Windows color (decimal): -9978437 or 12303719. OLE color: 12303719.

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

Color convert

RGB103189187-
CMYK0.4600.010.26
HSL178.6º39.45%57.25%-
HSV(B)178.6º45.5%74.12%-
XYZ32.7642.8753.56-
YUV163.06141.5185.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.50%
GREEN value IS 189 (74.22% from 255) = 39.46%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=21.50%
G=39.46%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031891870.4600.010.26178.639.4557.25
Hex67BDBB2E011Ab32739
Octal1472752735601322634771
Binary11001111011110110111011101110011101010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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