#67A9AD

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

Shades of Fountain Blue #67A9AD

Tints of Fountain Blue #67A9AD

Color information

#67A9AD (or 0x67A9AD) is unknown color: approx Fountain Blue. HEX triplet: 67, A9 and AD. RGB value is (103,169,173). Sum of RGB (Red+Green+Blue) = 103+169+173=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #67A9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A9AD is #985652. Grayscale: #959595. Windows color (decimal): -9983571 or 11381095. OLE color: 11381095.

HSL color Cylindrical-coordinate representation of color #67A9AD: hue angle of 183.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67A9AD is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103169173-
CMYK0.400.0200.32
HSL183.43º29.91%54.12%-
HSV(B)183.43º40.46%67.84%-
XYZ27.3234.2844.71-
YUV149.72141.1394.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.15%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=23.15%
G=37.98%
B=38.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031691730.400.0200.32183.4329.9154.12
Hex67A9AD282020b71e36
Octal1472512555020402673666
Binary110011110101001101011011010001001000001011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,169,173); }

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

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

 a { background-color: rgb(103,169,173); }

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

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

 span { border-color: rgb(103,169,173); }

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