#67BCBE

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

Shades of Fountain Blue #67BCBE

Tints of Fountain Blue #67BCBE

Color information

#67BCBE (or 0x67BCBE) is unknown color: approx Fountain Blue. HEX triplet: 67, BC and BE. RGB value is (103,188,190). Sum of RGB (Red+Green+Blue) = 103+188+190=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #67BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCBE is #984341. Grayscale: #A2A2A2. Windows color (decimal): -9978690 or 12500071. OLE color: 12500071.

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

Color convert

RGB103188190-
CMYK0.460.0100.25
HSL181.38º40.09%57.45%-
HSV(B)181.38º45.79%74.51%-
XYZ32.8742.5755.2-
YUV162.81143.3485.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.41%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=21.41%
G=39.09%
B=39.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031881900.460.0100.25181.3840.0957.45
Hex67BCBE2E1019b52839
Octal1472742765610312655071
Binary11001111011110010111110101110101100110110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,188,190); }

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

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

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

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

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

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

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