#50C3A5

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

Shades of Puerto Rico #50C3A5

Tints of Puerto Rico #50C3A5

Color information

#50C3A5 (or 0x50C3A5) is unknown color: approx Puerto Rico. HEX triplet: 50, C3 and A5. RGB value is (80,195,165). Sum of RGB (Red+Green+Blue) = 80+195+165=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #50C3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C3A5 is #AF3C5A. Grayscale: #9D9D9D. Windows color (decimal): -11484251 or 10863440. OLE color: 10863440.

HSL color Cylindrical-coordinate representation of color #50C3A5: hue angle of 164.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C3A5 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB80195165-
CMYK0.5900.150.24
HSL164.35º48.94%53.92%-
HSV(B)164.35º58.97%76.47%-
XYZ29.6143.4542.42-
YUV157.2132.472.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=18.18%
G=44.32%
B=37.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951650.5900.150.24164.3548.9453.92
Hex50C3A53B0F18a43136
Octal12030324573017302446166
Binary10100001100001110100101111011011111100010100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,195,165); }

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

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

 a { background-color: rgb(80,195,165); }

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

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

 span { border-color: rgb(80,195,165); }

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