#50BEAF

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

Shades of Puerto Rico #50BEAF

Tints of Puerto Rico #50BEAF

Color information

#50BEAF (or 0x50BEAF) is unknown color: approx Puerto Rico. HEX triplet: 50, BE and AF. RGB value is (80,190,175). Sum of RGB (Red+Green+Blue) = 80+190+175=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEAF is #AF4150. Grayscale: #9B9B9B. Windows color (decimal): -11485521 or 11517520. OLE color: 11517520.

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

Color convert

RGB80190175-
CMYK0.5800.080.25
HSL171.82º45.83%52.94%-
HSV(B)171.82º57.89%74.51%-
XYZ29.4641.6347.04-
YUV155.4139.0674.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.98%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=17.98%
G=42.70%
B=39.33%

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
Decimal801901750.5800.080.25171.8245.8352.94
Hex50BEAF3A0819ac2e35
Octal12027625772010312545665
Binary10100001011111010101111111010010001100110101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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