#51BAB3

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

Shades of Puerto Rico #51BAB3

Tints of Puerto Rico #51BAB3

Color information

#51BAB3 (or 0x51BAB3) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and B3. RGB value is (81,186,179). Sum of RGB (Red+Green+Blue) = 81+186+179=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BAB3 is #AE454C. Grayscale: #999999. Windows color (decimal): -11421005 or 11778641. OLE color: 11778641.

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

Color convert

RGB81186179-
CMYK0.5600.040.27
HSL176º43.21%52.35%-
HSV(B)176º56.45%72.94%-
XYZ29.0940.1248.86-
YUV153.81142.2176.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=18.16%
G=41.70%
B=40.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861790.5600.040.2717643.2152.35
Hex51BAB338041Bb02b34
Octal1212722637004332605364
Binary1010001101110101011001111100001001101110110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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