#51B5AE

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

Shades of Puerto Rico #51B5AE

Tints of Puerto Rico #51B5AE

Color information

#51B5AE (or 0x51B5AE) is unknown color: approx Puerto Rico. HEX triplet: 51, B5 and AE. RGB value is (81,181,174). Sum of RGB (Red+Green+Blue) = 81+181+174=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #51B5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B5AE is #AE4A51. Grayscale: #969696. Windows color (decimal): -11422290 or 11449681. OLE color: 11449681.

HSL color Cylindrical-coordinate representation of color #51B5AE: hue angle of 175.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B5AE is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB81181174-
CMYK0.5500.040.29
HSL175.8º40.32%51.37%-
HSV(B)175.8º55.25%70.98%-
XYZ27.5637.8545.9-
YUV150.3141.3778.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 181 (71.09% from 255) = 41.51%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=18.58%
G=41.51%
B=39.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811811740.5500.040.29175.840.3251.37
Hex51B5AE37041Db02833
Octal1212652566704352605063
Binary1010001101101011010111011011101001110110110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,181,174); }

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

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

 a { background-color: rgb(81,181,174); }

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

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

 span { border-color: rgb(81,181,174); }

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