Html Css Color HEX #50C09E Puerto Rico

📋 copy color: '#50C09E'

red 80 ◦ green 192 ◦ blue 158

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

Shades of Puerto Rico #50C09E

Tints of Puerto Rico #50C09E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 18.6%
G = 44.65%
B = 36.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#50C09E (or 0x50C09E) is known color: Puerto Rico. HEX triplet: 50, C0 and 9E. RGB value is (80,192,158). Sum of RGB (Red+Green+Blue) = 80+192+158=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #50C09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C09E is #AF3F61. Grayscale: #9A9A9A. Windows color (decimal): -11485026 or 10403920. OLE color: 10403920.

HSL color Cylindrical-coordinate representation of color #50C09E: hue angle of 161.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C09E is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 158 -
CMYK 0.58 0 0.18 0.25
HSL 161.79º 0.47% 0.53% -
HSV(B) 161.79º 0.58% 0.75% -
XYZ 28.33 41.87 38.94 -
YUV 154.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 80 192 158 0.58 0 0.18 0.25 161.79 0.47 0.53
Hex 50 C0 9E 3A 0 12 19 A2 2F 35
Octal 120 300 236 72 0 22 31 242 57 65
Binary 1010000 11000000 10011110 111010 0 10010 11001 10100010 101111 110101

Color Harmonies of #50C09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C09E

Black with #50C09E

Text Example


Text Example

White with #50C09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,158); }

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

background-color css

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

 a { background-color: rgb(80,192,158); }

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

border-color css

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

 span { border-color: rgb(80,192,158); }

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