#50CD9C

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

Shades of Puerto Rico #50CD9C

Tints of Puerto Rico #50CD9C

Color information

#50CD9C (or 0x50CD9C) is unknown color: approx Puerto Rico. HEX triplet: 50, CD and 9C. RGB value is (80,205,156). Sum of RGB (Red+Green+Blue) = 80+205+156=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD9C is #AF3263. Grayscale: #A2A2A2. Windows color (decimal): -11481700 or 10276176. OLE color: 10276176.

HSL color Cylindrical-coordinate representation of color #50CD9C: hue angle of 156.48º degrees, saturation: 0.56, 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 #50CD9C is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB80205156-
CMYK0.6100.240.20
HSL156.48º55.56%55.88%-
HSV(B)156.48º60.98%80.39%-
XYZ31.1447.7739.03-
YUV162.04124.5969.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=18.14%
G=46.49%
B=35.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802051560.6100.240.20156.4855.5655.88
Hex50CD9C3D018149c3838
Octal12031523475030242347070
Binary101000011001101100111001111010110001010010011100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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