#50BEAC

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

Shades of Puerto Rico #50BEAC

Tints of Puerto Rico #50BEAC

Color information

#50BEAC (or 0x50BEAC) is unknown color: approx Puerto Rico. HEX triplet: 50, BE and AC. RGB value is (80,190,172). Sum of RGB (Red+Green+Blue) = 80+190+172=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEAC is #AF4153. Grayscale: #9B9B9B. Windows color (decimal): -11485524 or 11320912. OLE color: 11320912.

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

Color convert

RGB80190172-
CMYK0.5800.090.25
HSL170.18º45.83%52.94%-
HSV(B)170.18º57.89%74.51%-
XYZ29.1741.5145.5-
YUV155.06137.5674.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=18.10%
G=42.99%
B=38.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901720.5800.090.25170.1845.8352.94
Hex50BEAC3A0919aa2e35
Octal12027625472011312525665
Binary10100001011111010101100111010010011100110101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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