Html Css Color HEX #50C09B Puerto Rico

📋 copy color: '#50C09B'

red 80 ◦ green 192 ◦ blue 155

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

Shades of Puerto Rico #50C09B

Tints of Puerto Rico #50C09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 18.74%
G = 44.96%
B = 36.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#50C09B (or 0x50C09B) is known color: Puerto Rico. HEX triplet: 50, C0 and 9B. RGB value is (80,192,155). Sum of RGB (Red+Green+Blue) = 80+192+155=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #50C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C09B is #AF3F64. Grayscale: #9A9A9A. Windows color (decimal): -11485029 or 10207312. OLE color: 10207312.

HSL color Cylindrical-coordinate representation of color #50C09B: hue angle of 160.18º 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 #50C09B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 155 -
CMYK 0.58 0 0.19 0.25
HSL 160.18º 0.47% 0.53% -
HSV(B) 160.18º 0.58% 0.75% -
XYZ 28.07 41.77 37.59 -
YUV 154.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 80 192 155 0.58 0 0.19 0.25 160.18 0.47 0.53
Hex 50 C0 9B 3A 0 13 19 A0 2F 35
Octal 120 300 233 72 0 23 31 240 57 65
Binary 1010000 11000000 10011011 111010 0 10011 11001 10100000 101111 110101

Color Harmonies of #50C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C09B

Black with #50C09B

Text Example


Text Example

White with #50C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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