#51AEA4

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

Shades of Puerto Rico #51AEA4

Tints of Puerto Rico #51AEA4

Color information

#51AEA4 (or 0x51AEA4) is unknown color: approx Puerto Rico. HEX triplet: 51, AE and A4. RGB value is (81,174,164). Sum of RGB (Red+Green+Blue) = 81+174+164=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #51AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AEA4 is #AE515B. Grayscale: #919191. Windows color (decimal): -11424092 or 10792529. OLE color: 10792529.

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

Color convert

RGB81174164-
CMYK0.5300.060.32
HSL173.55º36.47%50%-
HSV(B)173.55º53.45%68.24%-
XYZ25.2334.740.49-
YUV145.05138.6982.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=19.33%
G=41.53%
B=39.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811741640.5300.060.32173.5536.4750
Hex51AEA4350620ae2432
Octal1212562446506402564462
Binary10100011010111010100100110101011010000010101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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