Html Css Color HEX #50C797 Puerto Rico

📋 copy color: '#50C797'

red 80 ◦ green 199 ◦ blue 151

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

Shades of Puerto Rico #50C797

Tints of Puerto Rico #50C797

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.28%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 18.6%
G = 46.28%
B = 35.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#50C797 (or 0x50C797) is known color: Puerto Rico. HEX triplet: 50, C7 and 97. RGB value is (80,199,151). Sum of RGB (Red+Green+Blue) = 80+199+151=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #50C797 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C797 is #AF3868. Grayscale: #9E9E9E. Windows color (decimal): -11483241 or 9946960. OLE color: 9946960.

HSL color Cylindrical-coordinate representation of color #50C797: hue angle of 155.8º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C797 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 151 -
CMYK 0.60 0 0.24 0.22
HSL 155.8º 0.52% 0.55% -
HSV(B) 155.8º 0.6% 0.78% -
XYZ 29.32 44.79 36.38 -
YUV 157.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 80 199 151 0.60 0 0.24 0.22 155.8 0.52 0.55
Hex 50 C7 97 3C 0 18 16 9C 34 37
Octal 120 307 227 74 0 30 26 234 64 67
Binary 1010000 11000111 10010111 111100 0 11000 10110 10011100 110100 110111

Color Harmonies of #50C797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C797

Black with #50C797

Text Example


Text Example

White with #50C797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,151); }

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

background-color css

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

 a { background-color: rgb(80,199,151); }

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

border-color css

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

 span { border-color: rgb(80,199,151); }

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