#51B0AB

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

Shades of Puerto Rico #51B0AB

Tints of Puerto Rico #51B0AB

Color information

#51B0AB (or 0x51B0AB) is unknown color: approx Puerto Rico. HEX triplet: 51, B0 and AB. RGB value is (81,176,171). Sum of RGB (Red+Green+Blue) = 81+176+171=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #51B0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B0AB is #AE4F54. Grayscale: #929292. Windows color (decimal): -11423573 or 11251793. OLE color: 11251793.

HSL color Cylindrical-coordinate representation of color #51B0AB: hue angle of 176.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B0AB is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB81176171-
CMYK0.5400.030.31
HSL176.84º37.55%50.39%-
HSV(B)176.84º53.98%69.02%-
XYZ26.2735.7444.04-
YUV147.02141.5380.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=18.93%
G=41.12%
B=39.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811761710.5400.030.31176.8437.5550.39
Hex51B0AB36031Fb12632
Octal1212602536603372614662
Binary101000110110000101010111101100111111110110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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