#50C89D

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

Shades of Puerto Rico #50C89D

Tints of Puerto Rico #50C89D

Color information

#50C89D (or 0x50C89D) is unknown color: approx Puerto Rico. HEX triplet: 50, C8 and 9D. RGB value is (80,200,157). Sum of RGB (Red+Green+Blue) = 80+200+157=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #50C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C89D is #AF3762. Grayscale: #9F9F9F. Windows color (decimal): -11482979 or 10340432. OLE color: 10340432.

HSL color Cylindrical-coordinate representation of color #50C89D: hue angle of 158.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C89D is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB80200157-
CMYK0.600.220.22
HSL158.5º52.17%54.9%-
HSV(B)158.5º60%78.43%-
XYZ30.0545.4539.09-
YUV159.22126.7471.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.31%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=18.31%
G=45.77%
B=35.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal802001570.600.220.22158.552.1754.9
Hex50C89D3C016169e3437
Octal12031023574026262366467
Binary101000011001000100111011111000101101011010011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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