Html Css Color HEX #50C79C Puerto Rico

📋 copy color: '#50C79C'

red 80 ◦ green 199 ◦ blue 156

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

Shades of Puerto Rico #50C79C

Tints of Puerto Rico #50C79C

RGB

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

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

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

R = 18.39%
G = 45.75%
B = 35.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#50C79C (or 0x50C79C) is known color: Puerto Rico. HEX triplet: 50, C7 and 9C. RGB value is (80,199,156). Sum of RGB (Red+Green+Blue) = 80+199+156=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #50C79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C79C is #AF3863. Grayscale: #9E9E9E. Windows color (decimal): -11483236 or 10274640. OLE color: 10274640.

HSL color Cylindrical-coordinate representation of color #50C79C: hue angle of 158.32º 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 #50C79C is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 156 -
CMYK 0.60 0 0.22 0.22
HSL 158.32º 0.52% 0.55% -
HSV(B) 158.32º 0.6% 0.78% -
XYZ 29.73 44.95 38.56 -
YUV 158.52 126.58 72 -
System Red Green Blue C M Y K H S L
Decimal 80 199 156 0.60 0 0.22 0.22 158.32 0.52 0.55
Hex 50 C7 9C 3C 0 16 16 9E 34 37
Octal 120 307 234 74 0 26 26 236 64 67
Binary 1010000 11000111 10011100 111100 0 10110 10110 10011110 110100 110111

Color Harmonies of #50C79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C79C

Black with #50C79C

Text Example


Text Example

White with #50C79C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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