#51BAB4

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

Shades of Puerto Rico #51BAB4

Tints of Puerto Rico #51BAB4

Color information

#51BAB4 (or 0x51BAB4) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and B4. RGB value is (81,186,180). Sum of RGB (Red+Green+Blue) = 81+186+180=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BAB4 is #AE454B. Grayscale: #999999. Windows color (decimal): -11421004 or 11844177. OLE color: 11844177.

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

Color convert

RGB81186180-
CMYK0.5600.030.27
HSL176.57º43.21%52.35%-
HSV(B)176.57º56.45%72.94%-
XYZ29.1940.1649.39-
YUV153.92142.7175.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.12%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=18.12%
G=41.61%
B=40.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861800.5600.030.27176.5743.2152.35
Hex51BAB438031Bb12b34
Octal1212722647003332615364
Binary101000110111010101101001110000111101110110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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