#66BDBA

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

Shades of Fountain Blue #66BDBA

Tints of Fountain Blue #66BDBA

Color information

#66BDBA (or 0x66BDBA) is unknown color: approx Fountain Blue. HEX triplet: 66, BD and BA. RGB value is (102,189,186). Sum of RGB (Red+Green+Blue) = 102+189+186=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBA is #994245. Grayscale: #A2A2A2. Windows color (decimal): -10043974 or 12238182. OLE color: 12238182.

HSL color Cylindrical-coordinate representation of color #66BDBA: hue angle of 177.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDBA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB102189186-
CMYK0.4600.020.26
HSL177.93º39.73%57.06%-
HSV(B)177.93º46.03%74.12%-
XYZ32.5442.7752.99-
YUV162.65141.1884.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=21.38%
G=39.62%
B=38.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891860.4600.020.26177.9339.7357.06
Hex66BDBA2E021Ab22839
Octal1462752725602322625071
Binary110011010111101101110101011100101101010110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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