#51BEAC

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

Shades of Puerto Rico #51BEAC

Tints of Puerto Rico #51BEAC

Color information

#51BEAC (or 0x51BEAC) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and AC. RGB value is (81,190,172). Sum of RGB (Red+Green+Blue) = 81+190+172=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEAC is #AE4153. Grayscale: #9B9B9B. Windows color (decimal): -11419988 or 11320913. OLE color: 11320913.

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

Color convert

RGB81190172-
CMYK0.5700.090.25
HSL170.09º45.61%53.14%-
HSV(B)170.09º57.37%74.51%-
XYZ29.2541.5545.51-
YUV155.36137.3974.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=18.28%
G=42.89%
B=38.83%

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
Decimal811901720.5700.090.25170.0945.6153.14
Hex51BEAC390919aa2e35
Octal12127625471011312525665
Binary10100011011111010101100111001010011100110101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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