#51C1B2

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

Shades of Puerto Rico #51C1B2

Tints of Puerto Rico #51C1B2

Color information

#51C1B2 (or 0x51C1B2) is unknown color: approx Puerto Rico. HEX triplet: 51, C1 and B2. RGB value is (81,193,178). Sum of RGB (Red+Green+Blue) = 81+193+178=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C1B2 is #AE3E4D. Grayscale: #9D9D9D. Windows color (decimal): -11419214 or 11714897. OLE color: 11714897.

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

Color convert

RGB81193178-
CMYK0.5800.080.24
HSL171.96º47.46%53.73%-
HSV(B)171.96º58.03%75.69%-
XYZ30.543.148.83-
YUV157.8139.3973.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=17.92%
G=42.70%
B=39.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811931780.5800.080.24171.9647.4653.73
Hex51C1B23A0818ac2f36
Octal12130126272010302545766
Binary10100011100000110110010111010010001100010101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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