#51AB9E

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

Shades of Puerto Rico #51AB9E

Tints of Puerto Rico #51AB9E

Color information

#51AB9E (or 0x51AB9E) is unknown color: approx Puerto Rico. HEX triplet: 51, AB and 9E. RGB value is (81,171,158). Sum of RGB (Red+Green+Blue) = 81+171+158=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB9E is #AE5461. Grayscale: #8E8E8E. Windows color (decimal): -11424866 or 10398545. OLE color: 10398545.

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

Color convert

RGB81171158-
CMYK0.5300.080.33
HSL171.33º35.71%49.41%-
HSV(B)171.33º52.63%67.06%-
XYZ24.1333.3437.51-
YUV142.61136.6884.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.76%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=19.76%
G=41.71%
B=38.54%

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
Decimal811711580.5300.080.33171.3335.7149.41
Hex51AB9E350821ab2431
Octal12125323665010412534461
Binary101000110101011100111101101010100010000110101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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