#66BBA9

Color #66BBA9 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #66BBA9

Tints of Puerto Rico #66BBA9

Color information

#66BBA9 (or 0x66BBA9) is unknown color: approx Puerto Rico. HEX triplet: 66, BB and A9. RGB value is (102,187,169). Sum of RGB (Red+Green+Blue) = 102+187+169=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBA9 is #994456. Grayscale: #9F9F9F. Windows color (decimal): -10044503 or 11123558. OLE color: 11123558.

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

Color convert

RGB102187169-
CMYK0.4500.100.27
HSL167.29º38.46%56.67%-
HSV(B)167.29º45.45%73.33%-
XYZ30.4141.2343.89-
YUV159.53133.3486.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.27%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=22.27%
G=40.83%
B=36.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871690.4500.100.27167.2938.4656.67
Hex66BBA92D0A1Ba72639
Octal14627325155012332474671
Binary11001101011101110101001101101010101101110100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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