#51B0A7

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

Shades of Puerto Rico #51B0A7

Tints of Puerto Rico #51B0A7

Color information

#51B0A7 (or 0x51B0A7) is unknown color: approx Puerto Rico. HEX triplet: 51, B0 and A7. RGB value is (81,176,167). Sum of RGB (Red+Green+Blue) = 81+176+167=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #51B0A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B0A7 is #AE4F58. Grayscale: #929292. Windows color (decimal): -11423577 or 10989649. OLE color: 10989649.

HSL color Cylindrical-coordinate representation of color #51B0A7: hue angle of 174.32º 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 #51B0A7 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB81176167-
CMYK0.5400.050.31
HSL174.32º37.55%50.39%-
HSV(B)174.32º53.98%69.02%-
XYZ25.8935.5942.06-
YUV146.57139.5381.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=19.10%
G=41.51%
B=39.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811761670.5400.050.31174.3237.5550.39
Hex51B0A736051Fae2632
Octal1212602476605372564662
Binary1010001101100001010011111011001011111110101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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