#51C1AB

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

Shades of Puerto Rico #51C1AB

Tints of Puerto Rico #51C1AB

Color information

#51C1AB (or 0x51C1AB) is unknown color: approx Puerto Rico. HEX triplet: 51, C1 and AB. RGB value is (81,193,171). Sum of RGB (Red+Green+Blue) = 81+193+171=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C1AB is #AE3E54. Grayscale: #9C9C9C. Windows color (decimal): -11419221 or 11256145. OLE color: 11256145.

HSL color Cylindrical-coordinate representation of color #51C1AB: hue angle of 168.21º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C1AB is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB81193171-
CMYK0.5800.110.24
HSL168.21º47.46%53.73%-
HSV(B)168.21º58.03%75.69%-
XYZ29.8142.8345.22-
YUV157135.8973.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=18.20%
G=43.37%
B=38.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811931710.5800.110.24168.2147.4653.73
Hex51C1AB3A0B18a82f36
Octal12130125372013302505766
Binary10100011100000110101011111010010111100010101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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