#51BAB1

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

Shades of Puerto Rico #51BAB1

Tints of Puerto Rico #51BAB1

Color information

#51BAB1 (or 0x51BAB1) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and B1. RGB value is (81,186,177). Sum of RGB (Red+Green+Blue) = 81+186+177=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAB1 is #AE454E. Grayscale: #999999. Windows color (decimal): -11421007 or 11647569. OLE color: 11647569.

HSL color Cylindrical-coordinate representation of color #51BAB1: hue angle of 174.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BAB1 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB81186177-
CMYK0.5600.050.27
HSL174.86º43.21%52.35%-
HSV(B)174.86º56.45%72.94%-
XYZ28.8940.0447.8-
YUV153.58141.2176.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=18.24%
G=41.89%
B=39.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861770.5600.050.27174.8643.2152.35
Hex51BAB138051Baf2b34
Octal1212722617005332575364
Binary1010001101110101011000111100001011101110101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,177); }

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

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

 a { background-color: rgb(81,186,177); }

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

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

 span { border-color: rgb(81,186,177); }

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