#67BEC0

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

Shades of Fountain Blue #67BEC0

Tints of Fountain Blue #67BEC0

Color information

#67BEC0 (or 0x67BEC0) is unknown color: approx Fountain Blue. HEX triplet: 67, BE and C0. RGB value is (103,190,192). Sum of RGB (Red+Green+Blue) = 103+190+192=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #67BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEC0 is #98413F. Grayscale: #A4A4A4. Windows color (decimal): -9978176 or 12631655. OLE color: 12631655.

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

Color convert

RGB103190192-
CMYK0.460.0100.25
HSL181.35º41.4%57.84%-
HSV(B)181.35º46.35%75.29%-
XYZ33.5243.5256.5-
YUV164.22143.6884.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.24%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=21.24%
G=39.18%
B=39.59%

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
Decimal1031901920.460.0100.25181.3541.457.84
Hex67BEC02E1019b5293a
Octal1472763005610312655172
Binary11001111011111011000000101110101100110110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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