Html Css Color HEX #50B29B Puerto Rico

📋 copy color: '#50B29B'

red 80 ◦ green 178 ◦ blue 155

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

Shades of Puerto Rico #50B29B

Tints of Puerto Rico #50B29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 19.37%
G = 43.1%
B = 37.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#50B29B (or 0x50B29B) is known color: Puerto Rico. HEX triplet: 50, B2 and 9B. RGB value is (80,178,155). Sum of RGB (Red+Green+Blue) = 80+178+155=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #50B29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B29B is #AF4D64. Grayscale: #929292. Windows color (decimal): -11488613 or 10203728. OLE color: 10203728.

HSL color Cylindrical-coordinate representation of color #50B29B: hue angle of 165.92º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B29B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 155 -
CMYK 0.55 0 0.13 0.30
HSL 165.92º 0.39% 0.51% -
HSV(B) 165.92º 0.55% 0.7% -
XYZ 25.15 35.91 36.62 -
YUV 146.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 80 178 155 0.55 0 0.13 0.30 165.92 0.39 0.51
Hex 50 B2 9B 37 0 D 1E A6 27 33
Octal 120 262 233 67 0 15 36 246 47 63
Binary 1010000 10110010 10011011 110111 0 1101 11110 10100110 100111 110011

Color Harmonies of #50B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B29B

Black with #50B29B

Text Example


Text Example

White with #50B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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