Html Css Color HEX #50C49A Puerto Rico

📋 copy color: '#50C49A'

red 80 ◦ green 196 ◦ blue 154

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

Shades of Puerto Rico #50C49A

Tints of Puerto Rico #50C49A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 18.6%
G = 45.58%
B = 35.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#50C49A (or 0x50C49A) is known color: Puerto Rico. HEX triplet: 50, C4 and 9A. RGB value is (80,196,154). Sum of RGB (Red+Green+Blue) = 80+196+154=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #50C49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C49A is #AF3B65. Grayscale: #9C9C9C. Windows color (decimal): -11484006 or 10142800. OLE color: 10142800.

HSL color Cylindrical-coordinate representation of color #50C49A: hue angle of 158.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C49A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 154 -
CMYK 0.59 0 0.21 0.23
HSL 158.28º 0.5% 0.54% -
HSV(B) 158.28º 0.59% 0.77% -
XYZ 28.88 43.52 37.45 -
YUV 156.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 80 196 154 0.59 0 0.21 0.23 158.28 0.5 0.54
Hex 50 C4 9A 3B 0 15 17 9E 32 36
Octal 120 304 232 73 0 25 27 236 62 66
Binary 1010000 11000100 10011010 111011 0 10101 10111 10011110 110010 110110

Color Harmonies of #50C49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C49A

Black with #50C49A

Text Example


Text Example

White with #50C49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,154); }

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

background-color css

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

 a { background-color: rgb(80,196,154); }

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

border-color css

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

 span { border-color: rgb(80,196,154); }

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