#51B4AE

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

Shades of Puerto Rico #51B4AE

Tints of Puerto Rico #51B4AE

Color information

#51B4AE (or 0x51B4AE) is unknown color: approx Puerto Rico. HEX triplet: 51, B4 and AE. RGB value is (81,180,174). Sum of RGB (Red+Green+Blue) = 81+180+174=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #51B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B4AE is #AE4B51. Grayscale: #959595. Windows color (decimal): -11422546 or 11449425. OLE color: 11449425.

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

Color convert

RGB81180174-
CMYK0.5500.030.29
HSL176.36º39.76%51.18%-
HSV(B)176.36º55%70.59%-
XYZ27.3537.4545.83-
YUV149.72141.778.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 174 (68.36% from 255) = 40%
R=18.62%
G=41.38%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801740.5500.030.29176.3639.7651.18
Hex51B4AE37031Db02833
Octal1212642566703352605063
Binary101000110110100101011101101110111110110110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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