#50BEAE

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

Shades of Puerto Rico #50BEAE

Tints of Puerto Rico #50BEAE

Color information

#50BEAE (or 0x50BEAE) is unknown color: approx Puerto Rico. HEX triplet: 50, BE and AE. RGB value is (80,190,174). Sum of RGB (Red+Green+Blue) = 80+190+174=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEAE is #AF4151. Grayscale: #9B9B9B. Windows color (decimal): -11485522 or 11451984. OLE color: 11451984.

HSL color Cylindrical-coordinate representation of color #50BEAE: hue angle of 171.27º 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 #50BEAE is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB80190174-
CMYK0.5800.080.25
HSL171.27º45.83%52.94%-
HSV(B)171.27º57.89%74.51%-
XYZ29.3641.5946.52-
YUV155.29138.5674.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 190 (74.61% from 255) = 42.79%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=18.02%
G=42.79%
B=39.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901740.5800.080.25171.2745.8352.94
Hex50BEAE3A0819ab2e35
Octal12027625672010312535665
Binary10100001011111010101110111010010001100110101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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