#51BAAE

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

Shades of Puerto Rico #51BAAE

Tints of Puerto Rico #51BAAE

Color information

#51BAAE (or 0x51BAAE) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and AE. RGB value is (81,186,174). Sum of RGB (Red+Green+Blue) = 81+186+174=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAAE is #AE4551. Grayscale: #999999. Windows color (decimal): -11421010 or 11450961. OLE color: 11450961.

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

Color convert

RGB81186174-
CMYK0.5600.060.27
HSL173.14º43.21%52.35%-
HSV(B)173.14º56.45%72.94%-
XYZ28.5939.9246.24-
YUV153.24139.7176.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=18.37%
G=42.18%
B=39.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861740.5600.060.27173.1443.2152.35
Hex51BAAE38061Bad2b34
Octal1212722567006332555364
Binary1010001101110101010111011100001101101110101101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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