#51b0a1

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

Shades of Puerto Rico #51B0A1

Tints of Puerto Rico #51B0A1

Color information

#51B0A1 (or 0x51B0A1) is unknown color: approx Puerto Rico. HEX triplet: 51, B0 and A1. RGB value is (81,176,161). Sum of RGB (Red+Green+Blue) = 81+176+161=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #51B0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B0A1 is #AE4F5E. Grayscale: #919191. Windows color (decimal): -11423583 or 10596433. OLE color: 10596433.

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

Color convert

RGB81176161-
CMYK0.5400.090.31
HSL170.53º37.55%50.39%-
HSV(B)170.53º53.98%69.02%-
XYZ25.3535.3739.21-
YUV145.88136.5381.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 161 (63.28% from 255) = 38.52%
R=19.38%
G=42.11%
B=38.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811761610.5400.090.31170.5337.5550.39
Hex51B0A136091Fab2632
Octal12126024166011372534662
Binary10100011011000010100001110110010011111110101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51b0a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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