#66BDBF

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

Shades of Fountain Blue #66BDBF

Tints of Fountain Blue #66BDBF

Color information

#66BDBF (or 0x66BDBF) is unknown color: approx Fountain Blue. HEX triplet: 66, BD and BF. RGB value is (102,189,191). Sum of RGB (Red+Green+Blue) = 102+189+191=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #66BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBF is #994240. Grayscale: #A3A3A3. Windows color (decimal): -10043969 or 12565862. OLE color: 12565862.

HSL color Cylindrical-coordinate representation of color #66BDBF: hue angle of 181.35º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BDBF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102189191-
CMYK0.470.0100.25
HSL181.35º41.01%57.45%-
HSV(B)181.35º46.6%74.9%-
XYZ33.0842.9855.84-
YUV163.22143.6884.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.16%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 191 (75% from 255) = 39.63%
R=21.16%
G=39.21%
B=39.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021891910.470.0100.25181.3541.0157.45
Hex66BDBF2F1019b52939
Octal1462752775710312655171
Binary11001101011110110111111101111101100110110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,191); }

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

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

 a { background-color: rgb(102,189,191); }

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

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

 span { border-color: rgb(102,189,191); }

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