#51BAB0

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

Shades of Puerto Rico #51BAB0

Tints of Puerto Rico #51BAB0

Color information

#51BAB0 (or 0x51BAB0) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and B0. RGB value is (81,186,176). Sum of RGB (Red+Green+Blue) = 81+186+176=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAB0 is #AE454F. Grayscale: #999999. Windows color (decimal): -11421008 or 11582033. OLE color: 11582033.

HSL color Cylindrical-coordinate representation of color #51BAB0: hue angle of 174.29º 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 #51BAB0 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB81186176-
CMYK0.5600.050.27
HSL174.29º43.21%52.35%-
HSV(B)174.29º56.45%72.94%-
XYZ28.794047.28-
YUV153.46140.7176.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=18.28%
G=41.99%
B=39.73%

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
Decimal811861760.5600.050.27174.2943.2152.35
Hex51BAB038051Bae2b34
Octal1212722607005332565364
Binary1010001101110101011000011100001011101110101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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