#66BBAA

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

Shades of Puerto Rico #66BBAA

Tints of Puerto Rico #66BBAA

Color information

#66BBAA (or 0x66BBAA) is unknown color: approx Puerto Rico. HEX triplet: 66, BB and AA. RGB value is (102,187,170). Sum of RGB (Red+Green+Blue) = 102+187+170=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBAA is #994455. Grayscale: #9F9F9F. Windows color (decimal): -10044502 or 11189094. OLE color: 11189094.

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

Color convert

RGB102187170-
CMYK0.4500.090.27
HSL168º38.46%56.67%-
HSV(B)168º45.45%73.33%-
XYZ30.5141.2744.39-
YUV159.65133.8486.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.22%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=22.22%
G=40.74%
B=37.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871700.4500.090.2716838.4656.67
Hex66BBAA2D091Ba82639
Octal14627325255011332504671
Binary11001101011101110101010101101010011101110101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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