#67A6AB

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

Shades of Fountain Blue #67A6AB

Tints of Fountain Blue #67A6AB

Color information

#67A6AB (or 0x67A6AB) is unknown color: approx Fountain Blue. HEX triplet: 67, A6 and AB. RGB value is (103,166,171). Sum of RGB (Red+Green+Blue) = 103+166+171=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #67A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A6AB is #985954. Grayscale: #939393. Windows color (decimal): -9984341 or 11249255. OLE color: 11249255.

HSL color Cylindrical-coordinate representation of color #67A6AB: hue angle of 184.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67A6AB is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103166171-
CMYK0.400.0300.33
HSL184.41º28.81%53.73%-
HSV(B)184.41º39.77%67.06%-
XYZ26.5833.143.52-
YUV147.73141.1396.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.41%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=23.41%
G=37.73%
B=38.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031661710.400.0300.33184.4128.8153.73
Hex67A6AB283021b81d36
Octal1472462535030412703566
Binary110011110100110101010111010001101000011011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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