#51AEA0

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

Shades of Puerto Rico #51AEA0

Tints of Puerto Rico #51AEA0

Color information

#51AEA0 (or 0x51AEA0) is unknown color: approx Puerto Rico. HEX triplet: 51, AE and A0. RGB value is (81,174,160). Sum of RGB (Red+Green+Blue) = 81+174+160=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #51AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AEA0 is #AE515F. Grayscale: #909090. Windows color (decimal): -11424096 or 10530385. OLE color: 10530385.

HSL color Cylindrical-coordinate representation of color #51AEA0: hue angle of 170.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB81174160-
CMYK0.5300.080.32
HSL170.97º36.47%50%-
HSV(B)170.97º53.45%68.24%-
XYZ24.8734.5638.62-
YUV144.6136.6982.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=19.52%
G=41.93%
B=38.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811741600.5300.080.32170.9736.4750
Hex51AEA0350820ab2432
Octal12125624065010402534462
Binary101000110101110101000001101010100010000010101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,174,160); }

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

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

 a { background-color: rgb(81,174,160); }

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

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

 span { border-color: rgb(81,174,160); }

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