#66A1AF

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

Shades of Fountain Blue #66A1AF

Tints of Fountain Blue #66A1AF

Color information

#66A1AF (or 0x66A1AF) is unknown color: approx Fountain Blue. HEX triplet: 66, A1 and AF. RGB value is (102,161,175). Sum of RGB (Red+Green+Blue) = 102+161+175=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #66A1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A1AF is #995E50. Grayscale: #909090. Windows color (decimal): -10051153 or 11510118. OLE color: 11510118.

HSL color Cylindrical-coordinate representation of color #66A1AF: hue angle of 191.51º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66A1AF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102161175-
CMYK0.420.0800.31
HSL191.51º31.33%54.31%-
HSV(B)191.51º41.71%68.63%-
XYZ25.9631.4145.25-
YUV144.95144.9597.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=23.29%
G=36.76%
B=39.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021611750.420.0800.31191.5131.3354.31
Hex66A1AF2A801Fc01f36
Octal14624125752100373003766
Binary1100110101000011010111110101010000111111100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A1AF; }

 p { color: rgb(102,161,175); }

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

<style>
 a { background-color: #66A1AF; }

 a { background-color: rgb(102,161,175); }

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

<style>
 span { border-color: #66A1AF; }

 span { border-color: rgb(102,161,175); }

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