#51AEAA

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

Shades of Puerto Rico #51AEAA

Tints of Puerto Rico #51AEAA

Color information

#51AEAA (or 0x51AEAA) is unknown color: approx Puerto Rico. HEX triplet: 51, AE and AA. RGB value is (81,174,170). Sum of RGB (Red+Green+Blue) = 81+174+170=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #51AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AEAA is #AE5155. Grayscale: #919191. Windows color (decimal): -11424086 or 11185745. OLE color: 11185745.

HSL color Cylindrical-coordinate representation of color #51AEAA: hue angle of 177.42º 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 #51AEAA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB81174170-
CMYK0.5300.020.32
HSL177.42º36.47%50%-
HSV(B)177.42º53.45%68.24%-
XYZ25.7934.9243.41-
YUV145.74141.6981.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 170 (66.80% from 255) = 40%
R=19.06%
G=40.94%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811741700.5300.020.32177.4236.4750
Hex51AEAA350220b12432
Octal1212562526502402614462
Binary1010001101011101010101011010101010000010110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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