#67BDBA

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

Shades of Fountain Blue #67BDBA

Tints of Fountain Blue #67BDBA

Color information

#67BDBA (or 0x67BDBA) is unknown color: approx Fountain Blue. HEX triplet: 67, BD and BA. RGB value is (103,189,186). Sum of RGB (Red+Green+Blue) = 103+189+186=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #67BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDBA is #984245. Grayscale: #A2A2A2. Windows color (decimal): -9978438 or 12238183. OLE color: 12238183.

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

Color convert

RGB103189186-
CMYK0.4600.020.26
HSL177.91º39.45%57.25%-
HSV(B)177.91º45.5%74.12%-
XYZ32.6542.8253-
YUV162.94141.0185.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=21.55%
G=39.54%
B=38.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031891860.4600.020.26177.9139.4557.25
Hex67BDBA2E021Ab22739
Octal1472752725602322624771
Binary110011110111101101110101011100101101010110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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