#51ABA2

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

Shades of Puerto Rico #51ABA2

Tints of Puerto Rico #51ABA2

Color information

#51ABA2 (or 0x51ABA2) is unknown color: approx Puerto Rico. HEX triplet: 51, AB and A2. RGB value is (81,171,162). Sum of RGB (Red+Green+Blue) = 81+171+162=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #51ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ABA2 is #AE545D. Grayscale: #8F8F8F. Windows color (decimal): -11424862 or 10660689. OLE color: 10660689.

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

Color convert

RGB81171162-
CMYK0.5300.050.33
HSL174º35.71%49.41%-
HSV(B)174º52.63%67.06%-
XYZ24.4833.4839.36-
YUV143.06138.6883.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=19.57%
G=41.30%
B=39.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811711620.5300.050.3317435.7149.41
Hex51ABA2350521ae2431
Octal1212532426505412564461
Binary10100011010101110100010110101010110000110101110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,171,162); }

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

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

 a { background-color: rgb(81,171,162); }

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

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

 span { border-color: rgb(81,171,162); }

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