#51BBAE

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

Shades of Puerto Rico #51BBAE

Tints of Puerto Rico #51BBAE

Color information

#51BBAE (or 0x51BBAE) is unknown color: approx Puerto Rico. HEX triplet: 51, BB and AE. RGB value is (81,187,174). Sum of RGB (Red+Green+Blue) = 81+187+174=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBAE is #AE4451. Grayscale: #999999. Windows color (decimal): -11420754 or 11451217. OLE color: 11451217.

HSL color Cylindrical-coordinate representation of color #51BBAE: hue angle of 172.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BBAE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB81187174-
CMYK0.5700.070.27
HSL172.64º43.8%52.55%-
HSV(B)172.64º56.68%73.33%-
XYZ28.840.3546.31-
YUV153.82139.3876.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=18.33%
G=42.31%
B=39.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871740.5700.070.27172.6443.852.55
Hex51BBAE39071Bad2c35
Octal1212732567107332555465
Binary1010001101110111010111011100101111101110101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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