Html Css Color HEX #50B29E Puerto Rico

📋 copy color: '#50B29E'

red 80 ◦ green 178 ◦ blue 158

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

Shades of Puerto Rico #50B29E

Tints of Puerto Rico #50B29E

RGB

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

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

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

R = 19.23%
G = 42.79%
B = 37.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#50B29E (or 0x50B29E) is known color: Puerto Rico. HEX triplet: 50, B2 and 9E. RGB value is (80,178,158). Sum of RGB (Red+Green+Blue) = 80+178+158=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #50B29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B29E is #AF4D61. Grayscale: #929292. Windows color (decimal): -11488610 or 10400336. OLE color: 10400336.

HSL color Cylindrical-coordinate representation of color #50B29E: hue angle of 167.76º 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 #50B29E is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 158 -
CMYK 0.55 0 0.11 0.30
HSL 167.76º 0.39% 0.51% -
HSV(B) 167.76º 0.55% 0.7% -
XYZ 25.4 36.01 37.96 -
YUV 146.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 80 178 158 0.55 0 0.11 0.30 167.76 0.39 0.51
Hex 50 B2 9E 37 0 B 1E A8 27 33
Octal 120 262 236 67 0 13 36 250 47 63
Binary 1010000 10110010 10011110 110111 0 1011 11110 10101000 100111 110011

Color Harmonies of #50B29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B29E

Black with #50B29E

Text Example


Text Example

White with #50B29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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