#51BEB2

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

Shades of Puerto Rico #51BEB2

Tints of Puerto Rico #51BEB2

Color information

#51BEB2 (or 0x51BEB2) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and B2. RGB value is (81,190,178). Sum of RGB (Red+Green+Blue) = 81+190+178=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEB2 is #AE414D. Grayscale: #9B9B9B. Windows color (decimal): -11419982 or 11714129. OLE color: 11714129.

HSL color Cylindrical-coordinate representation of color #51BEB2: hue angle of 173.39º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BEB2 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB81190178-
CMYK0.5700.060.25
HSL173.39º45.61%53.14%-
HSV(B)173.39º57.37%74.51%-
XYZ29.8441.7948.61-
YUV156.04140.3974.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 178 (69.92% from 255) = 39.64%
R=18.04%
G=42.32%
B=39.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901780.5700.060.25173.3945.6153.14
Hex51BEB2390619ad2e35
Octal1212762627106312555665
Binary1010001101111101011001011100101101100110101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,190,178); }

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

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

 a { background-color: rgb(81,190,178); }

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

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

 span { border-color: rgb(81,190,178); }

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