#66BBB4

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

Shades of Fountain Blue #66BBB4

Tints of Fountain Blue #66BBB4

Color information

#66BBB4 (or 0x66BBB4) is unknown color: approx Fountain Blue. HEX triplet: 66, BB and B4. RGB value is (102,187,180). Sum of RGB (Red+Green+Blue) = 102+187+180=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBB4 is #99444B. Grayscale: #A0A0A0. Windows color (decimal): -10044492 or 11844454. OLE color: 11844454.

HSL color Cylindrical-coordinate representation of color #66BBB4: hue angle of 175.06º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BBB4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB102187180-
CMYK0.4500.040.27
HSL175.06º38.46%56.67%-
HSV(B)175.06º45.45%73.33%-
XYZ31.4941.6649.56-
YUV160.79138.8486.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=21.75%
G=39.87%
B=38.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871800.4500.040.27175.0638.4656.67
Hex66BBB42D041Baf2639
Octal1462732645504332574671
Binary1100110101110111011010010110101001101110101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,180); }

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

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

 a { background-color: rgb(102,187,180); }

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

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

 span { border-color: rgb(102,187,180); }

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