Html Css Color HEX #66A1AF Fountain Blue

📋 copy color: '#66A1AF'

red 102 ◦ green 161 ◦ blue 175

#66A1AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #66A1AF

Tints of Fountain Blue #66A1AF

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 value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#66A1AF (or 0x66A1AF) is known color: 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

RGB 102 161 175 -
CMYK 0.42 0.08 0 0.31
HSL 191.51º 0.31% 0.54% -
HSV(B) 191.51º 0.42% 0.69% -
XYZ 25.96 31.41 45.25 -
YUV 144.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 102 161 175 0.42 0.08 0 0.31 191.51 0.31 0.54
Hex 66 A1 AF 2A 8 0 1F C0 1F 36
Octal 146 241 257 52 10 0 37 300 37 66
Binary 1100110 10100001 10101111 101010 1000 0 11111 11000000 11111 110110

Color Harmonies of #66A1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1AF

Black with #66A1AF

Text Example


Text Example

White with #66A1AF

Text Example


Text Example

HTML Codes & Css Web 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>