Html Css Color HEX #50C29C Puerto Rico

📋 copy color: '#50C29C'

red 80 ◦ green 194 ◦ blue 156

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

Shades of Puerto Rico #50C29C

Tints of Puerto Rico #50C29C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 18.6%
G = 45.12%
B = 36.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#50C29C (or 0x50C29C) is known color: Puerto Rico. HEX triplet: 50, C2 and 9C. RGB value is (80,194,156). Sum of RGB (Red+Green+Blue) = 80+194+156=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #50C29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C29C is #AF3D63. Grayscale: #9B9B9B. Windows color (decimal): -11484516 or 10273360. OLE color: 10273360.

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

Color convert

RGB 80 194 156 -
CMYK 0.59 0 0.20 0.24
HSL 160º 0.48% 0.54% -
HSV(B) 160º 0.59% 0.76% -
XYZ 28.6 42.69 38.18 -
YUV 155.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 80 194 156 0.59 0 0.20 0.24 160 0.48 0.54
Hex 50 C2 9C 3B 0 14 18 A0 30 36
Octal 120 302 234 73 0 24 30 240 60 66
Binary 1010000 11000010 10011100 111011 0 10100 11000 10100000 110000 110110

Color Harmonies of #50C29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C29C

Black with #50C29C

Text Example


Text Example

White with #50C29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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