#50CC9C

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

Shades of Puerto Rico #50CC9C

Tints of Puerto Rico #50CC9C

Color information

#50CC9C (or 0x50CC9C) is unknown color: approx Puerto Rico. HEX triplet: 50, CC and 9C. RGB value is (80,204,156). Sum of RGB (Red+Green+Blue) = 80+204+156=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CC9C is #AF3363. Grayscale: #A1A1A1. Windows color (decimal): -11481956 or 10275920. OLE color: 10275920.

HSL color Cylindrical-coordinate representation of color #50CC9C: hue angle of 156.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC9C is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB80204156-
CMYK0.6100.240.2
HSL156.77º54.87%55.69%-
HSV(B)156.77º60.78%80%-
XYZ30.947.2938.95-
YUV161.45124.9269.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 204 (80.08% from 255) = 46.36%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=18.18%
G=46.36%
B=35.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041560.6100.240.2156.7754.8755.69
Hex50CC9C3D018149d3738
Octal12031423475030242356770
Binary101000011001100100111001111010110001010010011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,156); }

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

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

 a { background-color: rgb(80,204,156); }

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

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

 span { border-color: rgb(80,204,156); }

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