#67BEB9

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

Shades of Fountain Blue #67BEB9

Tints of Fountain Blue #67BEB9

Color information

#67BEB9 (or 0x67BEB9) is unknown color: approx Fountain Blue. HEX triplet: 67, BE and B9. RGB value is (103,190,185). Sum of RGB (Red+Green+Blue) = 103+190+185=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEB9 is #984146. Grayscale: #A3A3A3. Windows color (decimal): -9978183 or 12172903. OLE color: 12172903.

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

Color convert

RGB103190185-
CMYK0.4600.030.25
HSL176.55º40.09%57.45%-
HSV(B)176.55º45.79%74.51%-
XYZ32.7643.2152.51-
YUV163.42140.1884.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=21.55%
G=39.75%
B=38.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031901850.4600.030.25176.5540.0957.45
Hex67BEB92E0319b12839
Octal1472762715603312615071
Binary110011110111110101110011011100111100110110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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