#51C1B6

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

Shades of Puerto Rico #51C1B6

Tints of Puerto Rico #51C1B6

Color information

#51C1B6 (or 0x51C1B6) is unknown color: approx Puerto Rico. HEX triplet: 51, C1 and B6. RGB value is (81,193,182). Sum of RGB (Red+Green+Blue) = 81+193+182=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1B6 is #AE3E49. Grayscale: #9E9E9E. Windows color (decimal): -11419210 or 11977041. OLE color: 11977041.

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

Color convert

RGB81193182-
CMYK0.5800.060.24
HSL174.11º47.46%53.73%-
HSV(B)174.11º58.03%75.69%-
XYZ30.9143.2750.98-
YUV158.26141.3972.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=17.76%
G=42.32%
B=39.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811931820.5800.060.24174.1147.4653.73
Hex51C1B63A0618ae2f36
Octal1213012667206302565766
Binary1010001110000011011011011101001101100010101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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