#66BBBB

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

Shades of Fountain Blue #66BBBB

Tints of Fountain Blue #66BBBB

Color information

#66BBBB (or 0x66BBBB) is unknown color: approx Fountain Blue. HEX triplet: 66, BB and BB. RGB value is (102,187,187). Sum of RGB (Red+Green+Blue) = 102+187+187=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #66BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBBB is #994444. Grayscale: #A1A1A1. Windows color (decimal): -10044485 or 12303206. OLE color: 12303206.

HSL color Cylindrical-coordinate representation of color #66BBBB: hue angle of 180º 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 #66BBBB is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102187187-
CMYK0.45000.27
HSL180º38.46%56.67%-
HSV(B)180º45.45%73.33%-
XYZ32.2241.9553.41-
YUV161.58142.3485.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.43%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=21.43%
G=39.29%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871870.45000.2718038.4656.67
Hex66BBBB2D001Bb42639
Octal1462732735500332644671
Binary11001101011101110111011101101001101110110100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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