#51AB9D

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

Shades of Puerto Rico #51AB9D

Tints of Puerto Rico #51AB9D

Color information

#51AB9D (or 0x51AB9D) is unknown color: approx Puerto Rico. HEX triplet: 51, AB and 9D. RGB value is (81,171,157). Sum of RGB (Red+Green+Blue) = 81+171+157=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB9D is #AE5462. Grayscale: #8E8E8E. Windows color (decimal): -11424867 or 10333009. OLE color: 10333009.

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

Color convert

RGB81171157-
CMYK0.5300.080.33
HSL170.67º35.71%49.41%-
HSV(B)170.67º52.63%67.06%-
XYZ24.0433.3137.06-
YUV142.49136.1884.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=19.80%
G=41.81%
B=38.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811711570.5300.080.33170.6735.7149.41
Hex51AB9D350821ab2431
Octal12125323565010412534461
Binary101000110101011100111011101010100010000110101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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