#51AA9C

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

Shades of Puerto Rico #51AA9C

Tints of Puerto Rico #51AA9C

Color information

#51AA9C (or 0x51AA9C) is unknown color: approx Puerto Rico. HEX triplet: 51, AA and 9C. RGB value is (81,170,156). Sum of RGB (Red+Green+Blue) = 81+170+156=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AA9C is #AE5563. Grayscale: #8D8D8D. Windows color (decimal): -11425124 or 10267217. OLE color: 10267217.

HSL color Cylindrical-coordinate representation of color #51AA9C: hue angle of 170.56º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51AA9C is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB81170156-
CMYK0.5200.080.33
HSL170.56º35.46%49.22%-
HSV(B)170.56º52.35%66.67%-
XYZ23.7732.936.55-
YUV141.79136.0184.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=19.90%
G=41.77%
B=38.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811701560.5200.080.33170.5635.4649.22
Hex51AA9C340821ab2331
Octal12125223464010412534361
Binary101000110101010100111001101000100010000110101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51AA9C; }

 p { color: rgb(81,170,156); }

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

<style>
 a { background-color: #51AA9C; }

 a { background-color: rgb(81,170,156); }

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

<style>
 span { border-color: #51AA9C; }

 span { border-color: rgb(81,170,156); }

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