#67BEBF

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

Shades of Fountain Blue #67BEBF

Tints of Fountain Blue #67BEBF

Color information

#67BEBF (or 0x67BEBF) is unknown color: approx Fountain Blue. HEX triplet: 67, BE and BF. RGB value is (103,190,191). Sum of RGB (Red+Green+Blue) = 103+190+191=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #67BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEBF is #984140. Grayscale: #A4A4A4. Windows color (decimal): -9978177 or 12566119. OLE color: 12566119.

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

Color convert

RGB103190191-
CMYK0.460.0100.25
HSL180.68º40.74%57.65%-
HSV(B)180.68º46.07%74.9%-
XYZ33.4143.4755.92-
YUV164.1143.1884.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.28%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 191 (75% from 255) = 39.46%
R=21.28%
G=39.26%
B=39.46%

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
Decimal1031901910.460.0100.25180.6840.7457.65
Hex67BEBF2E1019b5293a
Octal1472762775610312655172
Binary11001111011111010111111101110101100110110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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