#51AAA1

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

Shades of Puerto Rico #51AAA1

Tints of Puerto Rico #51AAA1

Color information

#51AAA1 (or 0x51AAA1) is unknown color: approx Puerto Rico. HEX triplet: 51, AA and A1. RGB value is (81,170,161). Sum of RGB (Red+Green+Blue) = 81+170+161=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #51AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AAA1 is #AE555E. Grayscale: #8E8E8E. Windows color (decimal): -11425119 or 10594897. OLE color: 10594897.

HSL color Cylindrical-coordinate representation of color #51AAA1: hue angle of 173.93º 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 #51AAA1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB81170161-
CMYK0.5200.050.33
HSL173.93º35.46%49.22%-
HSV(B)173.93º52.35%66.67%-
XYZ24.233.0738.83-
YUV142.36138.5184.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=19.66%
G=41.26%
B=39.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811701610.5200.050.33173.9335.4649.22
Hex51AAA1340521ae2331
Octal1212522416405412564361
Binary10100011010101010100001110100010110000110101110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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