#51BEAD

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

Shades of Puerto Rico #51BEAD

Tints of Puerto Rico #51BEAD

Color information

#51BEAD (or 0x51BEAD) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and AD. RGB value is (81,190,173). Sum of RGB (Red+Green+Blue) = 81+190+173=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEAD is #AE4152. Grayscale: #9B9B9B. Windows color (decimal): -11419987 or 11386449. OLE color: 11386449.

HSL color Cylindrical-coordinate representation of color #51BEAD: hue angle of 170.64º 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 #51BEAD is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB81190173-
CMYK0.5700.090.25
HSL170.64º45.61%53.14%-
HSV(B)170.64º57.37%74.51%-
XYZ29.3541.5946.02-
YUV155.47137.8974.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 190 (74.61% from 255) = 42.79%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=18.24%
G=42.79%
B=38.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901730.5700.090.25170.6445.6153.14
Hex51BEAD390919ab2e35
Octal12127625571011312535665
Binary10100011011111010101101111001010011100110101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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