#66BDA9

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

Shades of Puerto Rico #66BDA9

Tints of Puerto Rico #66BDA9

Color information

#66BDA9 (or 0x66BDA9) is unknown color: approx Puerto Rico. HEX triplet: 66, BD and A9. RGB value is (102,189,169). Sum of RGB (Red+Green+Blue) = 102+189+169=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDA9 is #994256. Grayscale: #A0A0A0. Windows color (decimal): -10043991 or 11124070. OLE color: 11124070.

HSL color Cylindrical-coordinate representation of color #66BDA9: hue angle of 166.21º 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 #66BDA9 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB102189169-
CMYK0.4600.110.26
HSL166.21º39.73%57.06%-
HSV(B)166.21º46.03%74.12%-
XYZ30.8442.0844.03-
YUV160.71132.6886.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=22.17%
G=41.09%
B=36.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891690.4600.110.26166.2139.7357.06
Hex66BDA92E0B1Aa62839
Octal14627525156013322465071
Binary11001101011110110101001101110010111101010100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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