#51C1B5

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

Shades of Puerto Rico #51C1B5

Tints of Puerto Rico #51C1B5

Color information

#51C1B5 (or 0x51C1B5) is unknown color: approx Puerto Rico. HEX triplet: 51, C1 and B5. RGB value is (81,193,181). Sum of RGB (Red+Green+Blue) = 81+193+181=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1B5 is #AE3E4A. Grayscale: #9E9E9E. Windows color (decimal): -11419211 or 11911505. OLE color: 11911505.

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

Color convert

RGB81193181-
CMYK0.5800.060.24
HSL173.57º47.46%53.73%-
HSV(B)173.57º58.03%75.69%-
XYZ30.843.2350.44-
YUV158.14140.8972.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=17.80%
G=42.42%
B=39.78%

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
Decimal811931810.5800.060.24173.5747.4653.73
Hex51C1B53A0618ae2f36
Octal1213012657206302565766
Binary1010001110000011011010111101001101100010101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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