Html Css Color HEX #50C3A0 Puerto Rico

📋 copy color: '#50C3A0'

red 80 ◦ green 195 ◦ blue 160

#50C3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #50C3A0

Tints of Puerto Rico #50C3A0

RGB

 RED value IS 80 (31.64% from 255) = 18.39%

 GREEN value IS 195 (76.56% from 255) = 44.83%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 18.39%
G = 44.83%
B = 36.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#50C3A0 (or 0x50C3A0) is known color: Puerto Rico. HEX triplet: 50, C3 and A0. RGB value is (80,195,160). Sum of RGB (Red+Green+Blue) = 80+195+160=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #50C3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C3A0 is #AF3C5F. Grayscale: #9C9C9C. Windows color (decimal): -11484256 or 10535760. OLE color: 10535760.

HSL color Cylindrical-coordinate representation of color #50C3A0: hue angle of 161.74º 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 #50C3A0 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 160 -
CMYK 0.59 0 0.18 0.24
HSL 161.74º 0.49% 0.54% -
HSV(B) 161.74º 0.59% 0.76% -
XYZ 29.17 43.27 40.07 -
YUV 156.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 80 195 160 0.59 0 0.18 0.24 161.74 0.49 0.54
Hex 50 C3 A0 3B 0 12 18 A2 31 36
Octal 120 303 240 73 0 22 30 242 61 66
Binary 1010000 11000011 10100000 111011 0 10010 11000 10100010 110001 110110

Color Harmonies of #50C3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C3A0

Black with #50C3A0

Text Example


Text Example

White with #50C3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50C3A0;
 }
 .AnyTagClassName
 {
   color: #50C3A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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