#50C997

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

Shades of Puerto Rico #50C997

Tints of Puerto Rico #50C997

Color information

#50C997 (or 0x50C997) is unknown color: approx Puerto Rico. HEX triplet: 50, C9 and 97. RGB value is (80,201,151). Sum of RGB (Red+Green+Blue) = 80+201+151=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #50C997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C997 is #AF3668. Grayscale: #9F9F9F. Windows color (decimal): -11482729 or 9947472. OLE color: 9947472.

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

Color convert

RGB80201151-
CMYK0.6000.250.21
HSL155.21º52.84%55.1%-
HSV(B)155.21º60.2%78.82%-
XYZ29.7845.7136.53-
YUV159.12123.4171.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.52%
GREEN value IS 201 (78.91% from 255) = 46.53%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=18.52%
G=46.53%
B=34.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011510.6000.250.21155.2152.8455.1
Hex50C9973C019159b3537
Octal12031122774031252336567
Binary101000011001001100101111111000110011010110011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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