#67ABAE

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

Shades of Fountain Blue #67ABAE

Tints of Fountain Blue #67ABAE

Color information

#67ABAE (or 0x67ABAE) is unknown color: approx Fountain Blue. HEX triplet: 67, AB and AE. RGB value is (103,171,174). Sum of RGB (Red+Green+Blue) = 103+171+174=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #67ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABAE is #985451. Grayscale: #969696. Windows color (decimal): -9983058 or 11447143. OLE color: 11447143.

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

Color convert

RGB103171174-
CMYK0.410.0200.32
HSL182.54º30.47%54.31%-
HSV(B)182.54º40.8%68.24%-
XYZ27.835.0745.35-
YUV151.01140.9793.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.99%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=22.99%
G=38.17%
B=38.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031711740.410.0200.32182.5430.4754.31
Hex67ABAE292020b71e36
Octal1472532565120402673666
Binary110011110101011101011101010011001000001011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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