#50BC9D

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

Shades of Puerto Rico #50BC9D

Tints of Puerto Rico #50BC9D

Color information

#50BC9D (or 0x50BC9D) is unknown color: approx Puerto Rico. HEX triplet: 50, BC and 9D. RGB value is (80,188,157). Sum of RGB (Red+Green+Blue) = 80+188+157=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC9D is #AF4362. Grayscale: #989898. Windows color (decimal): -11486051 or 10337360. OLE color: 10337360.

HSL color Cylindrical-coordinate representation of color #50BC9D: hue angle of 162.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC9D is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB80188157-
CMYK0.5700.160.26
HSL162.78º44.63%52.55%-
HSV(B)162.78º57.45%73.73%-
XYZ27.3840.1138.2-
YUV152.17130.7276.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=18.82%
G=44.24%
B=36.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801881570.5700.160.26162.7844.6352.55
Hex50BC9D390101Aa32d35
Octal12027423571020322435565
Binary101000010111100100111011110010100001101010100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,188,157); }

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

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

 a { background-color: rgb(80,188,157); }

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

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

 span { border-color: rgb(80,188,157); }

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