#51AC9A

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

Shades of Puerto Rico #51AC9A

Tints of Puerto Rico #51AC9A

Color information

#51AC9A (or 0x51AC9A) is unknown color: approx Puerto Rico. HEX triplet: 51, AC and 9A. RGB value is (81,172,154). Sum of RGB (Red+Green+Blue) = 81+172+154=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AC9A is #AE5365. Grayscale: #8E8E8E. Windows color (decimal): -11424614 or 10136657. OLE color: 10136657.

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

Color convert

RGB81172154-
CMYK0.5300.100.33
HSL168.13º35.97%49.61%-
HSV(B)168.13º52.91%67.45%-
XYZ23.9833.5935.79-
YUV142.74134.3583.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=19.90%
G=42.26%
B=37.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721540.5300.100.33168.1335.9749.61
Hex51AC9A350A21a82432
Octal12125423265012412504462
Binary101000110101100100110101101010101010000110101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,172,154); }

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

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

 a { background-color: rgb(81,172,154); }

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

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

 span { border-color: rgb(81,172,154); }

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