#67AFAE

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

Shades of Fountain Blue #67AFAE

Tints of Fountain Blue #67AFAE

Color information

#67AFAE (or 0x67AFAE) is unknown color: approx Fountain Blue. HEX triplet: 67, AF and AE. RGB value is (103,175,174). Sum of RGB (Red+Green+Blue) = 103+175+174=452 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.79% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #67AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AFAE is #985051. Grayscale: #999999. Windows color (decimal): -9982034 or 11448167. OLE color: 11448167.

HSL color Cylindrical-coordinate representation of color #67AFAE: hue angle of 179.17º 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 #67AFAE is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB103175174-
CMYK0.4100.010.31
HSL179.17º31.03%54.51%-
HSV(B)179.17º41.14%68.63%-
XYZ28.5636.645.6-
YUV153.36139.6592.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.79%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=22.79%
G=38.72%
B=38.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031751740.4100.010.31179.1731.0354.51
Hex67AFAE29011Fb31f37
Octal1472572565101372633767
Binary1100111101011111010111010100101111111011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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