#67BABB

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

Shades of Fountain Blue #67BABB

Tints of Fountain Blue #67BABB

Color information

#67BABB (or 0x67BABB) is unknown color: approx Fountain Blue. HEX triplet: 67, BA and BB. RGB value is (103,186,187). Sum of RGB (Red+Green+Blue) = 103+186+187=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #67BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BABB is #984544. Grayscale: #A1A1A1. Windows color (decimal): -9979205 or 12302951. OLE color: 12302951.

HSL color Cylindrical-coordinate representation of color #67BABB: hue angle of 180.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BABB is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103186187-
CMYK0.450.0100.27
HSL180.71º38.18%56.86%-
HSV(B)180.71º44.92%73.33%-
XYZ32.1241.5953.35-
YUV161.3142.586.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.64%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=21.64%
G=39.08%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031861870.450.0100.27180.7138.1856.86
Hex67BABB2D101Bb52639
Octal1472722735510332654671
Binary11001111011101010111011101101101101110110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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