#67ABAF

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

Shades of Fountain Blue #67ABAF

Tints of Fountain Blue #67ABAF

Color information

#67ABAF (or 0x67ABAF) is unknown color: approx Fountain Blue. HEX triplet: 67, AB and AF. RGB value is (103,171,175). Sum of RGB (Red+Green+Blue) = 103+171+175=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #67ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABAF is #985450. Grayscale: #979797. Windows color (decimal): -9983057 or 11512679. OLE color: 11512679.

HSL color Cylindrical-coordinate representation of color #67ABAF: hue angle of 183.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67ABAF is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103171175-
CMYK0.410.0200.31
HSL183.33º31.03%54.51%-
HSV(B)183.33º41.14%68.63%-
XYZ27.8935.145.86-
YUV151.12141.4793.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.94%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=22.94%
G=38.08%
B=38.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031711750.410.0200.31183.3331.0354.51
Hex67ABAF29201Fb71f37
Octal1472532575120372673767
Binary11001111010101110101111101001100111111011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,171,175); }

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

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

 a { background-color: rgb(103,171,175); }

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

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

 span { border-color: rgb(103,171,175); }

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