#51C1B3

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

Shades of Puerto Rico #51C1B3

Tints of Puerto Rico #51C1B3

Color information

#51C1B3 (or 0x51C1B3) is unknown color: approx Puerto Rico. HEX triplet: 51, C1 and B3. RGB value is (81,193,179). Sum of RGB (Red+Green+Blue) = 81+193+179=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1B3 is #AE3E4C. Grayscale: #9D9D9D. Windows color (decimal): -11419213 or 11780433. OLE color: 11780433.

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

Color convert

RGB81193179-
CMYK0.5800.070.24
HSL172.5º47.46%53.73%-
HSV(B)172.5º58.03%75.69%-
XYZ30.643.1449.36-
YUV157.92139.8973.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.88%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=17.88%
G=42.60%
B=39.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811931790.5800.070.24172.547.4653.73
Hex51C1B33A0718ac2f36
Octal1213012637207302545766
Binary1010001110000011011001111101001111100010101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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