#67AAA9

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

Shades of Fountain Blue #67AAA9

Tints of Fountain Blue #67AAA9

Color information

#67AAA9 (or 0x67AAA9) is unknown color: approx Fountain Blue. HEX triplet: 67, AA and A9. RGB value is (103,170,169). Sum of RGB (Red+Green+Blue) = 103+170+169=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #67AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AAA9 is #985556. Grayscale: #959595. Windows color (decimal): -9983319 or 11119207. OLE color: 11119207.

HSL color Cylindrical-coordinate representation of color #67AAA9: hue angle of 179.1º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AAA9 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB103170169-
CMYK0.3900.010.33
HSL179.1º28.27%53.53%-
HSV(B)179.1º39.41%66.67%-
XYZ27.1334.542.76-
YUV149.85138.894.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.30%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=23.30%
G=38.46%
B=38.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031701690.3900.010.33179.128.2753.53
Hex67AAA9270121b31c36
Octal1472522514701412633466
Binary11001111010101010101001100111011000011011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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