#50C99D

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

Shades of Puerto Rico #50C99D

Tints of Puerto Rico #50C99D

Color information

#50C99D (or 0x50C99D) is unknown color: approx Puerto Rico. HEX triplet: 50, C9 and 9D. RGB value is (80,201,157). Sum of RGB (Red+Green+Blue) = 80+201+157=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #50C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C99D is #AF3662. Grayscale: #9F9F9F. Windows color (decimal): -11482723 or 10340688. OLE color: 10340688.

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

Color convert

RGB80201157-
CMYK0.6000.220.21
HSL158.18º52.84%55.1%-
HSV(B)158.18º60.2%78.82%-
XYZ30.2845.9139.16-
YUV159.8126.4171.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 201 (78.91% from 255) = 45.89%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=18.26%
G=45.89%
B=35.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011570.6000.220.21158.1852.8455.1
Hex50C99D3C016159e3537
Octal12031123574026252366567
Binary101000011001001100111011111000101101010110011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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